pkgsrc-wip/p5-Catalyst-Plugin-Session-State-URI/DESCR
Thomas Klausner 7a7124a66b Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
2012-07-21 20:08:12 +00:00

6 lines
289 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.