freebsd-ports/www/p5-Catalyst-Plugin-Session/pkg-descr
Lars Thegler f8c9f8dde7 Add p5-Catalyst-Plugin-Session 0.01, generic Catalyst Session plugin.
PR:		ports/89167
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-20 21:32:45 +00:00

14 lines
606 B
Text

The Session plugin is the base of two related parts of functionality
required for session management in web applications.
The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.
The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.
This plugin links the two pieces together.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/