NAME
HTTP::Session::Store::CHI - store session data with CHI
SYNOPSIS
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 => ...,
);
DESCRIPTION
store session data with CHI
CONFIGURATION
- memd
-
instance of CHI::Driver
- expires
-
session expire time(in seconds)
METHODS
- select
- update
- delete
- insert
-
for internal use only