| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::Null - dummy module for session store
HTTP::Session->new(
store => HTTP::Session::Store::Null->new(),
state => ...,
request => ...,
);
dummy module for session store
nop
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |