NAME
Sledge::SessionManager::MobileID - Sledge's session manager use mobile phone identify.
SYNOPSIS
# in Project::Pages
use Sledge::SessionManager::MobileID;
sub create_manager {
my $self = shift;
return Sledge::SessionManager::MobileID->new($self);
}
DESCRIPTION
Sledge::SessionManager::MobileID is Sledge's session manager use mobile phone identify. It can use part of KDDI and SoftBank mobile phones.
AUTHOR
TOKUHIRO Matsuno <tokuhirom at mobilefactory dot jp> KAN Fushihara <kan at mobilefactory dot jp>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.