CGI::Session::FileStore

class CGI::Session::FileStore

Parent:
Object

File-based session storage class.

Implements session storage as a flat file of 'key=value' values. This storage type only works directly with String values; the user is responsible for converting other types to Strings when storing and from Strings when retrieving.

Public Class Methods

new(session, option={}) Show source