This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpFoundation/Session
Drak 29bd787b7e [HttpFoundation] Added some basic meta-data to Session
This commit allows applications to know certain meta-data about the session
Session storage is designed to only store some data against a session ID
so this method is necessary to be compatible with any session handler, including
native handlers.
2012-03-31 19:12:04 +05:45
..
Attribute [HttpFoundation] fixed phpdoc 2012-03-23 13:49:00 +01:00
Flash [HttpFoundation] Add missing method in flash interface. 2012-03-29 05:21:43 +05:45
Storage [HttpFoundation] Further micro-optimization. 2012-03-30 17:41:58 +05:45
MetaBag.php [HttpFoundation] Added some basic meta-data to Session 2012-03-31 19:12:04 +05:45
Session.php [HttpFoundation] Added some basic meta-data to Session 2012-03-31 19:12:04 +05:45
SessionBagInterface.php [HttpFoundation] Moved session related classes to own sub-namespace. 2012-02-11 11:24:31 +05:45
SessionInterface.php [HttpFoundation] Added some basic meta-data to Session 2012-03-31 19:12:04 +05:45