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


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

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

store session data on memory for testing

CONFIGURATION

Top

data

session data.

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.