PHP AppserverIo\Appserver\ServletEngine\Session Пространство имен

Interfaces

Имя Описание
SessionHandlerInterface Interface for all session handlers.

Классы

Имя Описание
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.