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

Commit 9ee5ec7

Browse files
committed
move sessions outside of the cache directory
1 parent 5262286 commit 9ee5ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ framework:
2828
session:
2929
# handler_id set to null will use default session handler from php.ini
3030
handler_id: ~
31+
save_path: %kernel.root_dir%/../var/sessions/%kernel.environment%
3132
fragments: ~
3233
http_method_override: true
3334
assets: ~

0 commit comments

Comments
 (0)