| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::CHI - store session data with CHI
HTTP::Session->new(
store => HTTP::Session::Store::CHI->new(
chi => CHI->new(driver => 'memory'),
),
state => ...,
request => ...,
);
# or
HTTP::Session->new(
store => HTTP::Session::Store::CHI->new(
chi => {driver => 'memory'},
),
state => ...,
request => ...,
);
store session data with CHI
instance of CHI::Driver
session expire time(in seconds)
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |