MATSUNO★Tokuhiro > HTTP-Session-0.31 > HTTP::Session::Store::Null

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: HTTP-Session-0.32

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

dummy module for session store

CONFIGURATION ^

nop

METHODS ^

select
update
delete
insert

for internal use only

SEE ALSO ^

HTTP::Session