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::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.