HTTP::Session::State::Test - state module for testing


HTTP-Session documentation  | view source Contained in the HTTP-Session distribution.

Index


NAME

Top

HTTP::Session::State::Test - state module for testing

SYNOPSIS

Top

    HTTP::Session->new(
        state => HTTP::Session::State::Test->new(
            session_id => 'foobar',
        ),
        store => ...,
        request => ...,
    );

DESCRIPTION

Top

This is an mock object for testing session.

CONFIGURATION

Top

session_id

dummy session id

METHODS

Top

get_session_id
response_filter

for internal use only

SEE ALSO

Top

HTTP::Session


HTTP-Session documentation  | view source Contained in the HTTP-Session distribution.