CKSessionStore::FileStore

Class/Module:
Class
In:
lib/cgikit.rb
Parent:
Object

Description

A class that saves sessions to files by marshaling.

Methods

clear
new
restore
save

Public Class Methods

new( application )

Public Instance Methods

clear( session_id )
restore( session_id )

Restore a session.

Returns

A restored session or nil if the session ID is not existed.

save( session )