Session
Table of Contents
Interfaces
- SessionProviderInterface
- An interface that describes the use of sessions.
Classes
- SessionProviderArray
- Provides a session handle that stores session data in an array, useful for testing only.
- SessionProviderPHP
- Provides a session handle that stores session data in $_SESSION, the default PHP implementation.