There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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