| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::DBM - DBM session store
HTTP::Session->new(
store => HTTP::Session::Store::DBM->new(
file => '/path/to/file',
dbm_class => 'GDBM_File',
),
state => ...,
request => ...,
);
DBM session store
default: SDBM_File
path to dbm
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |