|
NAMEHTTP::Session::Store::OnMemory - store session data on memory SYNOPSIS HTTP::Session->new(
store => HTTP::Session::Store::OnMemory->new(
data => {
foo => 'bar',
}
),
state => ...,
request => ...,
);
DESCRIPTIONstore session data on memory for testing CONFIGURATION
METHODSSEE ALSOHTTP::Session
|