-
-
17 Apr 2008 12:35:48 UTC
- Distribution: Egg-Plugin-SessionKit
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2 / 2 / 1)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (40.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt>
NAME
Egg::Model::Session::Plugin::AbsoluteIP - Plugin for session that confirms agreement of IP address.
SYNOPSIS
package MyApp::Model::Sesion::MySession; __PACKAGE__->startup( Plugin::AbsoluteIP ..... );
DESCRIPTION
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, 'Plugin::AbsoluteIP' is added to 'startup'.
Moreover, 'init_session' is done in override, and note the competition with other components, please.
Besides, there is Egg::Model::Session::Plugin::CclassIP confirmed at C class level, too. However, please note that it is not efficiency with this plugin simultaneously that uses.
METHODS
init_session
A new session is begun when not agreeing to IP address before.
SEE ALSO
Egg::Release, Egg::Model::Session::Manager::TieHash, Egg::Model::Session::Plugin::CclassIP,
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.
Module Install Instructions
To install Egg::Plugin::SessionKit, copy and paste the appropriate command in to your terminal.
cpanm Egg::Plugin::SessionKit
perl -MCPAN -e shell install Egg::Plugin::SessionKit
For more information on module installation, please visit the detailed CPAN module installation guide.