libdata-session-perl

Perl module for persistent session data management

Description

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits.

It can also be used to communicate between 2 scripts, as long as they agree beforehand what session id to use.

See Data::Session::CGISession for an extended discussion of the design changes between Data::Session and CGI::Session.

Data::Session stores user data internally in a hashref, and the module reserves key names starting with '_'.

The current list of reserved keys is documented under "flush()". Of course, the module also has a whole set of methods to help manage state.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Data-Session


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdata-session-perl