| Egg-Plugin-SessionKit documentation | Contained in the Egg-Plugin-SessionKit distribution. |
Egg::Plugin::SessionKit - Package kit to use session.
It is a package kit to use the session function.
The following modules are included.
Egg::Model::Session::Manager::Base, Egg::Model::Session::Manager::TieHash,
Egg::Model::Session::Base::DBI, Egg::Model::Session::Base::DBIC, Egg::Model::Session::Base::FileCache,
Egg::Model::Session::ID::IPaddr, Egg::Model::Session::ID::MD5, Egg::Model::Session::ID::SHA1, Egg::Model::Session::ID::UniqueID, Egg::Model::Session::ID::UUID,
Egg::Model::Session::Store::Base64, Egg::Model::Session::Store::UUencode,
Egg::Model::Session::Plugin::AbsoluteIP, Egg::Model::Session::Plugin::AgreeAgent, Egg::Model::Session::Plugin::CclassIP, Egg::Model::Session::Plugin::Ticket,
Masatoshi Mizuno <lushe&64;cpan.org>
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Egg-Plugin-SessionKit documentation | Contained in the Egg-Plugin-SessionKit distribution. |
package Egg::Plugin::SessionKit; # # Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt> # # $Id: SessionKit.pm 322 2008-04-17 12:33:58Z lushe $ # use strict; use warnings; use base qw/ Egg::Plugin::Session /; our $VERSION= '3.05'; 1; __END__