パッケージ: libcatalyst-plugin-session-perl (0.41-1)
libcatalyst-plugin-session-perl に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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
- HTML テキスト文書を解析するモジュール集
-
- 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
- 5.9.5 より前の Perl 向け mro::* 互換性インターフェース
-
- 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 作の実用的な抽出とレポート用の言語