HTTP::Session::State::MobileAttributeID - Maintain session IDs using mobile phone's unique id


NAME

HTTP::Session::State::MobileAttributeID - Maintain session IDs using mobile phone's unique id


SYNOPSIS

    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


CONFIGURATION

mobile_attribute

instance of the HTTP::MobileAttribute manpage

check_ip

check the IP address in the carrier's cidr/ or not? see also the Net::CIDR::MobileJP manpage


METHODS

get_session_id
response_filter

for internal use only


SEE ALSO

the HTTP::Session manpage