NAME
Egg::Plugin::SessionKit - Package kit to use session.
DESCRIPTION
It is a package kit to use the session function.
The following modules are included.
Model
Base class module.
Egg::Model::Session::Manager::Base, Egg::Model::Session::Manager::TieHash,
Component module.
Base system
Egg::Model::Session::Base::DBI, Egg::Model::Session::Base::DBIC, Egg::Model::Session::Base::FileCache,
Bind sytem
ID system
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,
Store system
Egg::Model::Session::Store::Base64, Egg::Model::Session::Store::UUencode,
Plugin system
Egg::Model::Session::Plugin::AbsoluteIP, Egg::Model::Session::Plugin::AgreeAgent, Egg::Model::Session::Plugin::CclassIP, Egg::Model::Session::Plugin::Ticket,
Plugin
Helper
SEE ALSO
Egg::Release, Egg::Plugin::Session,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT AND LICENSE
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.