HTTP::Session::Store::Null - dummy module for session store


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

Index


NAME

Top

HTTP::Session::Store::Null - dummy module for session store

SYNOPSIS

Top

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

DESCRIPTION

Top

dummy module for session store

CONFIGURATION

Top

nop

METHODS

Top

select
update
delete
insert

for internal use only

SEE ALSO

Top

HTTP::Session


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