|
NAMEHTTP::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 => ...,
);
DESCRIPTIONMaintain session IDs using mobile phone's unique id CONFIGURATION
AUTHORTokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM> SEE ALSOHTTP::MobileAgent, HTTP::Session LICENSECopyright (C) Tokuhiro Matsuno This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|