Namespace Alpha\Util\Http\Session
Classes summary
| 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. |
Interfaces summary
| SessionProviderInterface | An interface that describes the use of sessions. |