
Egg::Model::Session::ID::IPaddr - Internet Protocol address is used for session ID.

package MyApp::Model::Sesion; __PACKAGE__->startup( ..... ID::IPaddr );

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, please note that there is a possibility of sharing utter stranger's session.
We will recommend the thing used using it together with the following plugins.
Egg::Model::Session::Plugin::AbsoluteIP, Egg::Model::Session::Plugin::AgreeAgent, Egg::Model::Session::Plugin::CclassIP,

The result of $e->request->address is returned.
The result of $e->request->address is returned.
Nothing is done.

Egg::Release, Egg::Model::Session::Manager::TieHash, Egg::Request,

Masatoshi Mizuno <lushe@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.