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