Namespace Alpha\Util\Http\Session
SessionProviderArray | Provides a session handle that stores session data in an array, useful for testing only. |
SessionProviderFactory | A factory for creating session provider implementations that implement the SessionProviderInterface interface. |
SessionProviderPHP | Provides a session handle that stores session data in $_SESSION, the default PHP implementation. |
SessionProviderInterface | An interface that describes the use of sessions. |