NAME
HTTP::Session::Store::File - File session store
SYNOPSIS
HTTP::Session->new(
store
=> HTTP::Session::Store::File->new(
dir
=>
'/path/to/session/'
,
),
state
=> ...,
request
=> ...,
);
DESCRIPTION
file store for HTTP::Session
CONFIGURATION
METHODS
AUTHORS
Kazuho Oku