Changeset 1579


Ignore:
Timestamp:
12/31/15 15:12:07 (8 years ago)
Author:
nanardon
Message:

Increase session timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/Catalyst/Authentication/Credential/La.pm

    r1534 r1579  
    133133    if ($authinfo->{ssl}) { 
    134134        $self->_ssl_auth  ($c, $realm, $authinfo) or do { 
     135            $c->session_expire_key( __user => 7 * 24 * 3600 ); 
    135136            return; 
    136137        }; 
    137138    } else { 
    138139        $self->_login_auth($c, $realm, $authinfo) or do { 
    139             $c->session_expire_key( __user => 4 * 3600 ); 
     140            $c->session_expire_key( __user => 8 * 3600 ); 
    140141            return; 
    141142        } 
Note: See TracChangeset for help on using the changeset viewer.