NAME
HTTP::Session::State::MobileAttributeID - Maintain session IDs using mobile phone's unique id
SYNOPSIS
HTTP::Session->new(
state => HTTP::Session::State::MobileAttributeID->new(),
store => ...,
request => ...,
);
DESCRIPTION
Maintain session IDs using mobile phone's unique id
CONFIGURATION
- mobile_attribute
-
instance of HTTP::MobileAttribute
METHODS
- get_session_id
- response_filter
-
for internal use only