fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
624 B
Text
9 lines
624 B
Text
"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.
|