-
-
Save bricejulia/8d00a9dd31412a60de3499289893e4ba to your computer and use it in GitHub Desktop.
Session cookie name for Symfony2 and subdomains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
framework: | |
esi: { enabled: true } | |
translator: { fallback: %locale% } | |
secret: %secret% | |
router: | |
resource: "%kernel.root_dir%/config/routing.yml" | |
strict_requirements: %kernel.debug% | |
form: ~ | |
csrf_protection: ~ | |
validation: { enable_annotations: true } | |
templating: | |
engines: ['twig'] | |
#assets_version: SomeVersionScheme | |
default_locale: "%locale%" | |
trusted_proxies: ~ | |
session: | |
cookie_lifetime: 0 | |
save_path: %kernel.root_dir%/var/sessions | |
cookie_domain: .my-domain.com | |
name: SFSESSID | |
fragments: ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment