diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-06-30 19:00:48 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-06-30 19:00:48 +0000 |
commit | 44e6a8761fd395911a781f1f83f362f1301b21a6 (patch) | |
tree | ecb6f538c5a89a7c3a8ecf956680f01d1101c20d /www/p5-CGI-Session/pkg-descr | |
parent | 57fca668f3246ac729f7f3b16204fb261258e179 (diff) |
Notes
Diffstat (limited to 'www/p5-CGI-Session/pkg-descr')
-rw-r--r-- | www/p5-CGI-Session/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/p5-CGI-Session/pkg-descr b/www/p5-CGI-Session/pkg-descr new file mode 100644 index 000000000000..8867b2feac7c --- /dev/null +++ b/www/p5-CGI-Session/pkg-descr @@ -0,0 +1,14 @@ + "CGI::Session" is Perl5 library that provides an easy persistent session + management system across HTTP requests. Session persistence is a very + important issue in web applications. Shopping carts, user-recognition + features, login and authentication methods and etc. all require + persistent session management mechanism, which is both secure and + reliable. "CGI::Session" provides with just that. You can read the whole + documentation as a tutorial on session management. But if you are + already familiar with "CGI::Session" go to the methods section for the + list of all the methods available. + +WWW: http://search.cpan.org/search?dist=CGI-Session + +- Erwin Lansing +erwin@lansing.dk |