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


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

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

DBM session store

CONFIGURATION

Top

dbm_class
    default: SDBM_File

file

path to dbm

METHODS

Top

select
update
delete
insert

for internal use only

SEE ALSO

Top

HTTP::Session


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