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

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

HTTP::Session::Store::CHI - store session data with CHI

SYNOPSIS ^

    HTTP::Session->new(
        store => HTTP::Session::Store::CHI->new(
            chi => CHI->new(driver => 'memory'),
        ),
        state => ...,
        request => ...,
    );

    # or 

    HTTP::Session->new(
        store => HTTP::Session::Store::CHI->new(
            chi => {driver => 'memory'},
        ),
        state => ...,
        request => ...,
    );

DESCRIPTION ^

store session data with CHI

CONFIGURATION ^

memd

instance of CHI::Driver

expires

session expire time(in seconds)

METHODS ^

select
update
delete
insert

for internal use only

SEE ALSO ^

HTTP::Session, CHI