Index of /ports_www/p5-Catalyst-Plugin-Session
Name Last modified Size
Parent Directory -
Makefile 28-May-2011 14:15 1.2K
distinfo 28-May-2011 14:15 163
pkg-descr 21-Nov-2005 00:32 606
pkg-plist 30-Jul-2006 01:37 764
scripts/ 04-Jul-2007 12:32 -
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/