8dc8d2bc2f
modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data across HTTP requests. CGI::Session does that and many more. from Jason Crawford <jasonrcrawford@gmail.com>
6 lines
325 B
Plaintext
6 lines
325 B
Plaintext
CGI::Session is a Perl5 library that provides an easy, reliable and
|
|
modular session management system across HTTP requests. Persistency is a
|
|
key feature for such applications as shopping carts,
|
|
login/authentication routines, and application that need to carry data
|
|
across HTTP requests. CGI::Session does that and many more.
|