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

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

HTTP::Session::Store::DBM - DBM session store

SYNOPSIS ^

    HTTP::Session->new(
        store => HTTP::Session::Store::DBM->new(
            file      => '/path/to/file',
            dbm_class => 'GDBM_File',
        ),
        state => ...,
        request => ...,
    );

DESCRIPTION ^

DBM session store

CONFIGURATION ^

dbm_class
    default: SDBM_File
file

path to dbm

METHODS ^

select
update
delete
insert

for internal use only

SEE ALSO ^

HTTP::Session