
HTTP::Session::State::GUID - Maintain session IDs using DoCoMo phone's unique id

HTTP::Session->new(
state => HTTP::Session::State::GUID->new(
mobile_attribute => HTTP::MobileAttribute->new($r),
),
store => ...,
request => ...,
);

Maintain session IDs using mobile phone's unique id

instance of HTTP::MobileAttribute
check the IP address in the carrier's cidr/ or not? see also Net::CIDR::MobileJP

