NAME
Sledge::SessionManager::Auto - Sledge's session manger switcher
SYNOPSIS
# in Controller
use Sledge::SessionManager::Auto;
sub create_manager {
my $self = shift;
return Sledge::SessionManager::Auto->new($self);
}
DESCRIPTION
Sledge::SessionManager::Auto is Sledge's session manger switcher. If user agent is non mobile, use Sledge::SessionManager::Cookie. If user agent is mobile phone and can use mobile identify, use Sledge::SessionManager::Mobile. If user agent is mobile phone, use Sledge::SessionManager::StickyQuery.
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.