There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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