session
Interfaces, Classes and Traits
- SessionHandlerInterface
- FileSessionHandler
- MemcachedSessionHandler
- Session
- The Session class allows your application to write data to a persistent space that automatically expires after a given time. This class allows you to quickly and comfortably select the persistence mechanism you want and continue working.
- SessionHandler
- SessionProvider
- A provider simply provides two methods that allow the application to register services with the container, and to initialize the services after they have been loaded.