套件:libcatalyst-plugin-session-perl(0.43-1)
libcatalyst-plugin-session-perl 的相關連結
Debian 的資源:
下載原始碼套件 libcatalyst-plugin-session-perl:
- [libcatalyst-plugin-session-perl_0.43-1.dsc]
- [libcatalyst-plugin-session-perl_0.43.orig.tar.gz]
- [libcatalyst-plugin-session-perl_0.43-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libcatalyst-plugin-session-store-delegate-perl
- libcatalyst-plugin-session-store-dbi-perl
- libcatalyst-plugin-session-store-fastmmap-perl
- libcatalyst-plugin-session-state-cookie-perl
- libcatalyst-plugin-session-store-file-perl
- libcatalyst-plugin-session-store-cache-perl
- libcatalyst-plugin-authentication-perl
- libcatalyst-authentication-store-dbix-class-perl
- libcatalyst-plugin-captcha-perl
- libcatalyst-plugin-authorization-roles-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: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language