| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::State::Test - state module for testing
HTTP::Session->new(
state => HTTP::Session::State::Test->new(
session_id => 'foobar',
),
store => ...,
request => ...,
);
This is an mock object for testing session.
dummy session id
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |