The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

file store for HTTP::Session

CONFIGURATION

dir

path to session directory

METHODS

select
update
delete
insert

for internal use only

AUTHORS

Kazuho Oku

SEE ALSO

HTTP::Session