8000 fix ignored session save_path by Tobion · Pull Request #904 · symfony/symfony-standard · GitHub
[go: up one dir, main page]

Skip to content
Dismiss alert
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

fix ignored session save_path #904

Merged
merged 1 commit into from
Jan 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ framework:
trusted_hosts: ~
trusted_proxies: ~
session:
# handler_id set to null will use default session handler from php.ini
handler_id: ~
handler_id: session.handler.native_file
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
fragments: ~
http_method_override: true
Expand Down
0