Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
HTTP::Session::State::MobileAttributeID - (DEPRECATED)
SYNOPSIS
use
HTTP::Session;
HTTP::Session->new(
state
=> HTTP::Session::State::MobileAttributeID->new(
mobile_attribute
=> HTTP::MobileAttribute->new(
$r
),
),
store
=> ...,
request
=> ...,
);
DESCRIPTION
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..
CONFIGURATION
- mobile_attribute
-
instance of HTTP::MobileAttribute
- check_ip
-
check the IP address in the carrier's cidr/ or not? see also Net::CIDR::MobileJP
METHODS
AUTHOR
Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>
SEE ALSO
HTTP::Session, HTTP::MobileAttribute, http://www.hash-c.co.jp/info/2010052401.html
LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.