HTTP::Session::State::MobileAttributeID - (DEPRECATED)
use HTTP::Session::State::MobileAttribute; use HTTP::Session; HTTP::Session->new( state => HTTP::Session::State::MobileAttributeID->new( mobile_attribute => HTTP::MobileAttribute->new($r), ), store => ..., request => ..., );
Maintain session IDs using mobile phone's unique id
THIS MODULE WAS DEPRECATED. DO NOT USE THIS MODULE. I WILL REMOVE THIS MODULE FROM CPAN AFTER 2011-12-31.
THIS MODULE MAKES SECURITY HOLE. TAKE CAREFULLY..
instance of HTTP::MobileAttribute
check the IP address in the carrier's cidr/ or not? see also Net::CIDR::MobileJP
for internal use only
Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>
HTTP::Session, HTTP::MobileAttribute, http://www.hash-c.co.jp/info/2010052401.html
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install HTTP::Session::State::MobileAttributeID, copy and paste the appropriate command in to your terminal.
cpanm
cpanm HTTP::Session::State::MobileAttributeID
CPAN shell
perl -MCPAN -e shell install HTTP::Session::State::MobileAttributeID
For more information on module installation, please visit the detailed CPAN module installation guide.