PHP AppserverIo\Appserver\ServletEngine\Session Namespace

Interfaces

Name Description
SessionHandlerInterface Interface for all session handlers.

Classes

Name Description
AbstractSessionHandler A abstract session handler implementation.
ApcSessionHandler A session handler implementation that uses the PECL APCu PHP extension to persist sessions.
FilesystemSessionHandler A session handler implementation that uses the filesystem to persist sessions.
SessionHandlerFactory Factory implementation to create new session handler instances.