glimr/session/file_store

File Session Store

Implements session persistence using the filesystem. Sessions are stored as JSON files with a unix timestamp for garbage collection of expired sessions. Uses the file cache pool’s directory as the base path.

Search Document