.. |
ArraySessionStorage.php
|
ea84bb025b
fixed session management in functional tests
|
%!s(int64=14) %!d(string=hai) anos |
FilesystemSessionStorage.php
|
ea84bb025b
fixed session management in functional tests
|
%!s(int64=14) %!d(string=hai) anos |
NativeSessionStorage.php
|
8c423edfef
replaced symfony-project.org by symfony.com
|
%!s(int64=14) %!d(string=hai) anos |
PdoSessionStorage.php
|
46b711c4a8
Update PDO session storage to check if any rows are updated when doing a session write. If no rows are udpated when performing a session write it generally means that we have created a new session id somewhere and we have not inserted into the database. This is the case for when calling regenerate_session_id() from the native session storage class. It will update the session id then call sessionWrite() to save the session but since the new session id does not exist in the DB, no rows are updated and any new session attributes such as security tokens are lost.
|
%!s(int64=14) %!d(string=hai) anos |
SessionStorageInterface.php
|
8c423edfef
replaced symfony-project.org by symfony.com
|
%!s(int64=14) %!d(string=hai) anos |