CGI::Session::PStore

class CGI::Session::PStore

Parent:
Object

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.

Public Class Methods

new(session, option={}) Show source
登录查看完整内容