| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::OnMemory - store session data on memory
HTTP::Session->new(
store => HTTP::Session::Store::OnMemory->new(
data => {
foo => 'bar',
}
),
state => ...,
request => ...,
);
store session data on memory for testing
session data.
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |