Net-OpenID-Server-Standalone
view release on metacpan or search on metacpan
Standalone/Config.pm view on Meta::CPAN
# whether to redirect a user to the SSL URL of id
requireSsl=> 0,
# arguments for L<CGI::Session>
session => {
dsn =>"driver:DB_File;serializer:FreezeThaw",
name => 'nossa_cookie',
expire => '+1h',
},
};
=head1 ETCETERA
is at L<Net::Server::OpenID::Standalone>.
=cut
### No user-serviceable part below this line ###
sub get{
my $pkg = shift if ( $_[0] eq __PACKAGE__ ) or defined ref $_[0] ;
no strict 'refs';
( run in 1.166 second using v1.01-cache-2.11-cpan-49f99fa48dc )