NAME

HTTP::Session::State::Null - nop

SYNOPSIS

HTTP::Session->new(
    state => HTTP::Session::State::Null->new(),
    store => ...,
    request => ...,
);

DESCRIPTION

this is a dummy session state module =)

CONFIGURATION

nothing.

METHODS

get_session_id
response_filter

for internal use only

SEE ALSO

HTTP::Session