diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr b/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr new file mode 100644 index 000000000000..f62454f6d67b --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/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 stores the session ID on the client using the cookie +mechanism. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ |