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::Rewrite - handle sessonid with rewriting URL

SYNOPSIS

    use Catalyst qw/Session::Manager/;

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

DESCRIPTION

This module allows you to handle sessionid with rewriting URL.

CONFIGURATION

name

'SESSIONID' is set by default.

SEE ALSO

Catalyst

Catalyst::Plugin::Session::Manager

AUTHOR

Lyo Kato <lyo.kato@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.