|
NAMEHTTP::Session::Store::OnMemory - store session data on memorySYNOPSISHTTP::Session->new( store => HTTP::Session::Store::OnMemory->new( data => { foo => 'bar', } ), state => ..., request => ..., ); DESCRIPTIONstore session data on memory for testingCONFIGURATION
METHODS
SEE ALSOHTTP::Session
Visit the GSP FreeBSD Man Page Interface. |