
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


Kazuho Oku
