MATSUNO★Tokuhiro > HTTP-Session-0.31 > HTTP::Session::Store::File

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: HTTP-Session-0.32

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