You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
feature #606 Added config to force Symfony use native session handler by default (pulzarraider)
This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes#606).
Discussion
----------
Added config to force Symfony use native session handler by default
As far as I know Symfony is using NativeFileSessionHandler to save session data to file. This breaks server configuration, because if php is configured to use Memcache or Redis session handler, symfony stores session data to file in app/cache directory and ignores default php session settings.
Correct me if I am wrong, but Symfony should use native session handler that is configured in php ini settings by default (to create less WTFs).
Commits
-------
89f82c8 Added config to force Symfony to use native session handler by default
0 commit comments