|
NAMEHTTP::Session::Store::CHI - store session data with CHISYNOPSISHTTP::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 => ..., ); DESCRIPTIONstore session data with CHICONFIGURATION
METHODS
SEE ALSOHTTP::Session, CHI
Visit the GSP FreeBSD Man Page Interface. |