パッケージ: libapache2-authcookie-perl (3.32-1)
libapache2-authcookie-perl に関するリンク
Debian の資源:
libapache2-authcookie-perl ソースパッケージをダウンロード:
- [libapache2-authcookie-perl_3.32-1.dsc]
- [libapache2-authcookie-perl_3.32.orig.tar.gz]
- [libapache2-authcookie-perl_3.32-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl Authentication and Authorization via cookies
This module is for mod_perl version 2. If you are running mod_perl version 1, you should be using Apache::AuthCookie instead.
Apache2::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key.
The session key is returned to the user's browser as a cookie. As a cookie, the browser will pass the session key on every subsequent accesses. AuthCookie will verify the session key and re-authenticate the user.
その他の libapache2-authcookie-perl 関連パッケージ
|
|
|
|
-
- dep: libapache2-mod-perl2
- Apache2 ウェブサーバと Perl の統合
-
- dep: libclass-load-perl
- module for loading modules by name
-
- dep: libhash-multivalue-perl
- module for storing multiple values per key in a hash
-
- dep: libhttp-body-perl
- module for processing data from HTTP POST requests
-
- dep: liburi-perl
- URI 文字列の操作およびアクセスモジュール
-
- dep: libwww-form-urlencoded-perl
- parser and builder for application/x-www-form-urlencoded format
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語