HTTP::Session::Store::File - File session store


HTTP-Session documentation  | view source Contained in the HTTP-Session distribution.

Index


NAME

Top

HTTP::Session::Store::File - File session store

SYNOPSIS

Top

    HTTP::Session->new(
        store => HTTP::Session::Store::File->new(
            dir => '/path/to/session/',
        ),
        state => ...,
        request => ...,
    );

DESCRIPTION

Top

file store for HTTP::Session

CONFIGURATION

Top

dir

path to session directory

METHODS

Top

select
update
delete
insert

for internal use only

AUTHORS

Top

Kazuho Oku

SEE ALSO

Top

HTTP::Session


HTTP-Session documentation  | view source Contained in the HTTP-Session distribution.