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

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

HTTP::Session::Store::OnMemory - store session data on memory

SYNOPSIS ^

    HTTP::Session->new(
        store => HTTP::Session::Store::OnMemory->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