The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Egg-Plugin-SessionKit LUSHE"

Egg::Plugin::Session - Plugin for session. River stage one • 1 direct dependent • 1 total dependent

It is a plugin that conveniently makes Egg::Model::Session available only a little....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session - Model to use session. River stage one • 1 direct dependent • 1 total dependent

It is a model to use the session. To use it, the module is generated under the control of the project with the helper. see Egg::Helper::Model::Session. % cd /path/to/MyApp/bin % ./egg_helper M::Session [MODULE_NAME] It is this and MyApp? in the lib d...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Plugin::SessionKit - Package kit to use session. River stage one • 1 direct dependent • 1 total dependent

It is a package kit to use the session function. The following modules are included. * Model Egg::Model::Session, * Base class module. Egg::Model::Session::Manager::Base, Egg::Model::Session::Manager::TieHash, * Component module. * Base system Egg::M...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Helper::Model::Session - Helper who generates session module. River stage one • 1 direct dependent • 1 total dependent

It is a helper who generates the session module to use it with Egg::Model::Session under the control of 'lib' directory of the project. It starts specifying the Model::Session mode and the generated module name for the helper script of the project to...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::ID::MD5 - MD5 is used for session ID. River stage one • 1 direct dependent • 1 total dependent

It is a component module to use the HEX value obtained with Digest::MD5 for session ID. 'id_length' is accepted to the configuration. __PACKAGE__->config( id_length => 32, ); It becomes 32 at the unspecification....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::ID::UUID - Data::UUID is used for session ID. River stage one • 1 direct dependent • 1 total dependent

It is a component module to use the HEX value obtained with Data::UUID> for session ID. 'id_length' is accepted to the configuration. __PACKAGE__->config( id_length => 32, ); It becomes 32 at the unspecification....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::ID::SHA1 - SHA1 is used for session ID. River stage one • 1 direct dependent • 1 total dependent

It is a component module to use the HEX value obtained with Digest::SHA1 for session ID. 'id_length' is accepted to the configuration. __PACKAGE__->config( id_length => 32, ); It becomes 32 at the unspecification....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Base::DBI - Session management by DBI. River stage one • 1 direct dependent • 1 total dependent

The session data is preserved by using DBI. 'Egg::Model::DBI' should be able to be used for use. And, Egg::Helper::Model::Session. 'Base::DBI' is added to startup of the component module that generates. 'Base::FileCache' in this systemIt is not possi...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::ID::IPaddr - Internet Protocol address is used for session ID. River stage one • 1 direct dependent • 1 total dependent

It is a component module to use Internet Protocol address for session ID. It uses it specifying 'IP::IPAddr' for 'startup'. The connected client is thing accessed by different Internet Protocol address at the connection in the ISP contract. Therefore...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Base::DBIC - Session management by DBIC. River stage one • 1 direct dependent • 1 total dependent

The session data is preserved by using DBIC. 'Egg::Model::DBIC' should be able to be used for use. And, 'Base::DBIC' is added to startup of the component module generated with Egg::Helper::Model::Session. Base::FileCache of default's It is not possib...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::ID::UniqueID - 'mod_uniqueid' is used for session ID. River stage one • 1 direct dependent • 1 total dependent

Enhancing module 'mod_uniqueid' of Apache is used for session ID. The WEB server should set up to use it and Apache and mod_uniqueid have set it up. see <http://www.apache.org/>....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Bind::Cookie - The client and the session are related by using Cookie. River stage one • 1 direct dependent • 1 total dependent

It is a component module to relate the client and the session by using Cookie. It uses it specifying 'Bind::Cookie' for 'startup'. This component can be used by the default of the module generated with Egg::Helper::Model::Session....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Store::Base64 - Encode processing of session data by Base64. River stage one • 1 direct dependent • 1 total dependent

It is a component to use it together with Base system component that cannot preserve the session data as it is. To use it, 'Store::Base64' is added to 'startup'. __PACKAGE__->startup( Base::DBI Store::Base64 );...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Manager::Base - Base class for session manager. River stage one • 1 direct dependent • 1 total dependent

Egg::Helper::Model::Sesson It is a base class for the Manager class of the component module that generates to use it....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Plugin::Ticket - Plugin for session to handle ticket temporarily. River stage one • 1 direct dependent • 1 total dependent

It is a plugin for the session to handle the ticket temporarily to use it from the input form etc. The use of temporarily confirming the agreement of the ticket sent together when the ticket is temporarily issued when the input form is displayed, and...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Store::UUencode - Encode processing of session data by UUencode. River stage one • 1 direct dependent • 1 total dependent

It is a component to use it together with Base system component that cannot preserve the session data as it is. To use it, 'Store::UUencode' is added to 'startup'. __PACKAGE__->startup( Base::DBI Store::UUencode );...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Base::FileCache - Session management by Cache::FileCache. River stage one • 1 direct dependent • 1 total dependent

The session data is preserved by using Cache::FileCache. And, 'Base::DBI' is added to startup of the component module generated with Egg::Helper::Model::Session. Default is this module. There is no Store system component needing because Cache::FileCa...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Plugin::CclassIP - Plugin for session that confirms C class agreement of IP address. River stage one • 1 direct dependent • 1 total dependent

When IP address is not corresponding at C class level, it is a plugin for the session to treat as another session. IP address at that time is preserved when a new session is opened, and C class part of the IP address will be confirmed next time. To u...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Manager::TieHash - Tie HASH base class for session manager. River stage one • 1 direct dependent • 1 total dependent

It is a base class for the TieHash class of the component module generated with Egg::Helper::Model::Sesson to use it....

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC

Egg::Model::Session::Plugin::AbsoluteIP - Plugin for session that confirms agreement of IP address. River stage one • 1 direct dependent • 1 total dependent

When IP address is not completely corresponding, it is a plugin for the session to treat as another session. IP address at that time is preserved when a new session is opened, and the agreement of the IP address will be confirmed next time. To use it...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC
21 results (0.033 seconds)