软件包: libcatalyst-plugin-session-perl (0.41-1)
libcatalyst-plugin-session-perl 的相关链接
Trisquel 的资源:
下载源码包 libcatalyst-plugin-session-perl:
- [libcatalyst-plugin-session-perl_0.41-1.dsc]
- [libcatalyst-plugin-session-perl_0.41.orig.tar.gz]
- [libcatalyst-plugin-session-perl_0.41-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libcatalyst-plugin-session-store-delegate-perl
- libcatalyst-plugin-session-state-cookie-perl
- libcatalyst-plugin-session-store-dbi-perl
- libcatalyst-plugin-session-store-fastmmap-perl
- libcatalyst-plugin-session-store-file-perl
- libcatalyst-plugin-authentication-perl
- libcatalyst-plugin-session-store-cache-perl
- libcatalyst-authentication-store-dbix-class-perl
- libcatalyst-plugin-authorization-roles-perl
- libcatalyst-plugin-captcha-perl
- libcatalyst-plugin-cache-store-fastmmap-perl
generic Session plugin for Catalyst
Catalyst::Plugin::Session 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.
Catalyst is an elegant Model-View-Controller web application framework written in Perl.
其他与 libcatalyst-plugin-session-perl 有关的软件包
|
|
|
-
- dep: libcatalyst-perl
- elegant Model-View-Controller Web Application Framework
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libmoosex-emulate-class-accessor-fast-perl
- module to emulate Class::Accessor::Fast using Moose attributes
-
- dep: libmro-compat-perl
- mro::* interface compatibility for Perls < 5.9.5
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: libobject-signature-perl
- module perl for generate cryptographic signatures for objects
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language