diff options
author | lth <lth@FreeBSD.org> | 2005-11-21 16:11:38 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-11-21 16:11:38 +0800 |
commit | a55d2bd272a167b3b9727946113756767cd7f70f (patch) | |
tree | 3f689f937f7b5690a735df0e3d878d3a36a0fac9 /www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr | |
parent | 1f1b401314add663d21da03ec3da2b505a3f4c2d (diff) | |
download | freebsd-ports-gnome-a55d2bd272a167b3b9727946113756767cd7f70f.tar.gz freebsd-ports-gnome-a55d2bd272a167b3b9727946113756767cd7f70f.tar.zst freebsd-ports-gnome-a55d2bd272a167b3b9727946113756767cd7f70f.zip |
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>
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr b/www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr new file mode 100644 index 000000000000..695525ba2b60 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-State-URI/pkg-descr @@ -0,0 +1,8 @@ +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/ |