이름 | 설명 |
---|---|
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. |