freebsd-ports/www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr
Lars Thegler 0c586f4e68 Add p5-Catalyst-Plugin-Session-State-URI 0.01, saves Catalyst Session
IDs by rewriting URIs.

PR:		ports/89173
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-21 08:11:38 +00:00

8 lines
358 B
Text

In order for Catalyst::Plugin::Session to work the session ID needs to
be stored on the client, and the session data needs to be stored on the
server.
This plugin cheats and instead of storing the session id on the client,
it simply embeds the session id into every URI sent to the user.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-URI/