MATSUNO★Tokuhiro > HTTP-Session-0.21 > HTTP::Session::Store::Test

Download:
HTTP-Session-0.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

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