MATSUNO★Tokuhiro > HTTP-Session-0.31 > HTTP::Session::State::MobileAgentID

Download:
HTTP-Session-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: HTTP-Session-0.32

NAME ^

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

SYNOPSIS ^

    HTTP::Session->new(
        state => HTTP::Session::State::MobileAgentID->new(
            mobile_agent => HTTP::MobileAgent->new($r),
        ),
        store => ...,
        request => ...,
    );

DESCRIPTION ^

Maintain session IDs using mobile phone's unique id

CONFIGURATION ^

mobile_agent

instance of HTTP::MobileAgent

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