IE11 login issue, RT#26690
authorIvan Kohler <ivan@freeside.biz>
Wed, 12 Feb 2014 23:36:05 +0000 (15:36 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 12 Feb 2014 23:36:05 +0000 (15:36 -0800)
fs_selfservice/FS-SelfService/cgi/selfservice.cgi

index f84f5d6..f62f1a5 100755 (executable)
@@ -1059,10 +1059,10 @@ sub do_template {
   $fill_in->{$_} = $access_info->{$_} foreach keys %$access_info;
 
   # update the user's authentication
-  my $timeout = $access_info->{'timeout'} || '60';
+  my $timeout = $access_info->{'timeout'} || '3600';
   my $cookie = CGI::Cookie->new('-name'     => 'session',
                                 '-value'    => $session_id,
-                                '-expires'  => '+'.$timeout,
+                                '-expires'  => '+'.$timeout.'s',
                                 #'-secure'   => 1, # would be a good idea...
                                );
   if ( $name eq 'logout' ) {