HTTP::Session::State::MobileAttributeID - Maintain session IDs using mobile phone's unique id
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
instance of the HTTP::MobileAttribute manpage
check the IP address in the carrier's cidr/ or not? see also the Net::CIDR::MobileJP manpage
for internal use only