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.