glimr/session/file_store
File Session Store
Not every deployment has Redis or a database, but every server has a filesystem. This store persists sessions as flat files — one per session ID — so apps can use server- side sessions without any infrastructure beyond disk. The expiry timestamp is stored inline as the first line of each file so GC can check expiration without parsing the full payload.