The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

Maintain session IDs using mobile phone's unique id

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

get_session_id
response_filter

for internal use only

SEE ALSO

HTTP::Session, HTML::StickyQuery::DoCoMoGUID