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/SessionStorage
Fabien Potencier 51a3d0ba6a refactored session configuration
The configuration names have been changed to avoid confusion (user was
ambiguous)

    Before:
          <app:user default_locale="fr">
              <app:session name="SYMFONY" type="Native" lifetime="3600" />
          </app:user>

    After:
          <app:session default_locale="fr" name="SYMFONY" storage_id="native" lifetime="3600" />
2010-11-10 10:47:03 +01:00
..
NativeSessionStorage.php refactored session configuration 2010-11-10 10:47:03 +01:00
PdoSessionStorage.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
SessionStorageInterface.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00