The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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