The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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