The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.01 - 2008-02-15

  • It was made not to fail because of the package test.

Modules

Helper who generates session module.
Model to use session.
Session management by DBI.
Session management by DBIC.
Session management by Cache::FileCache.
The client and the session are related by using Cookie.
Internet Protocol address is used for session ID.
MD5 is used for session ID.
SHA1 is used for session ID.
Data::UUID is used for session ID.
'mod_uniqueid' is used for session ID.
Base class for session manager.
Tie HASH base class for session manager.
Plugin for session that confirms agreement of IP address.
Plugin for session that confirms agreement of HTTP_USER_AGENT.
Plugin for session that confirms C class agreement of IP address.
Plugin for session to handle ticket temporarily.
Encode processing of session data by Base64.
Encode processing of session data by UUencode.
Plugin for session.
Package kit to use session.

Provides

in lib/Egg/Model/Session.pm

Examples