Commit graph

4 commits

Author SHA1 Message Date
David Brownlee
ea969d7813 Remove unnecessary (empty) PLIST files for p5-* packages 2008-05-30 12:22:03 +00:00
Johann Franz
2a8aba31eb Update to 0.14.
Changes since 0.13:
0.14    2007-01-31 12:19:00
        - Disable verify_address.
	- update flash to work like session
2007-03-03 06:26:17 +00:00
Johann Franz
3e7acc257b Update to 0.13 2007-02-06 09:30:22 +00:00
Roman Kulik
8ee7b80ac1 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/
2006-03-07 20:01:15 +00:00