Class CGIKit::FileSessionStore
In: lib/cgikit/session_store.rb
Parent: SessionStore

A FileSessionStore object saves a session to a file with marshaling.

Methods

exist?   new   remove   restore   save   sweep_sessions   tmpfile  

Constants

TMPDIR = 'session'

Public Class methods

Public Instance methods

[Validate]