Fabien Potencier ea84bb025b fixed session management in functional tests 14 年之前
..
ArraySessionStorage.php ea84bb025b fixed session management in functional tests 14 年之前
FilesystemSessionStorage.php ea84bb025b fixed session management in functional tests 14 年之前
NativeSessionStorage.php 8c423edfef replaced symfony-project.org by symfony.com 14 年之前
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. 14 年之前
SessionStorageInterface.php 8c423edfef replaced symfony-project.org by symfony.com 14 年之前