| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::File - File session store
HTTP::Session->new(
store => HTTP::Session::Store::File->new(
dir => '/path/to/session/',
),
state => ...,
request => ...,
);
file store for HTTP::Session
path to session directory
for internal use only
Kazuho Oku
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |