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


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

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

this is a dummy session state module =)

CONFIGURATION

Top

nothing.

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.