NAME
HTTP::Session::State::Test - state module for testing
SYNOPSIS
HTTP::Session->new(
state
=> HTTP::Session::State::Test->new(
session_id
=>
'foobar'
,
),
store
=> ...,
request
=> ...,
);
DESCRIPTION
This is an mock object for testing session.