The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

HTTP::Session::Store::Test - store session data on memory for testing

SYNOPSIS

HTTP::Session->new(
store => HTTP::Session::Store::Test->new(
data => {
foo => 'bar',
}
),
state => ...,
request => ...,
);

DESCRIPTION

store session data on memory for testing

CONFIGURATION

data

session data.

METHODS

select
update
delete
insert

for internal use only

SEE ALSO

HTTP::Session