The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::Session::Manager::Client::StickyQuery - handles sessionid with sticky query.

SYNOPSIS

    use Catalyst qw/Session::Manager/;

    MyApp->config->{session} = {
        client => 'StickyQuery',
        name   => 'SESSIONID',
    };

DESCRIPTION

This module allows you to handle sessionid with sticky query. This is useful in case you can't use cookie, for example, your project is for mobile-phone or like that, which has browser doesn't apply cookie.

CONFIGURATION

name

'SESSIONID' is set by default.

SEE ALSO

Catalyst

Catalyst::Plugin::Session::Manager

HTML::StickyQuery

AUTHOR

Lyo Kato <lyo.katp@gmail.com>

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.