Generic Catalyst Session plugin
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.
$
pkg install p5-Catalyst-Plugin-SessionOrigin
www/p5-Catalyst-Plugin-Session
Size
75.6KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
9 packages
Required by
14 packages
Dependencies (9)
Required By (14)
p5-Catalyst-Controller-RequestTokenp5-Catalyst-Plugin-Captchap5-Catalyst-Plugin-Session-PerUserp5-Catalyst-Plugin-Session-State-Cookiep5-Catalyst-Plugin-Session-State-URIp5-Catalyst-Plugin-Session-Store-Cachep5-Catalyst-Plugin-Session-Store-DBIp5-Catalyst-Plugin-Session-Store-Delegatep5-Catalyst-Plugin-Session-Store-FastMmapp5-Catalyst-Plugin-Session-Store-Filep5-Catalyst-Plugin-Session-Store-Memcachedp5-Catalyst-Plugin-Session-Store-Memcached-Fastp5-CatalystX-SimpleLoginp5-Task-Catalyst