PStore-based session storage class.
This builds upon the top-level PStore class provided by the library file pstore.rb. Session data is marshalled and stored in a file. File locking and transaction services are provided.
restore() Instance Public methods Restore session state from the session's
update() Instance Public methods Save session state to the session's
new(session, option={}) Class Public methods Create a new
close() Instance Public methods Update and close the session's
delete() Instance Public methods Close and delete the session's