mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Disable expiration of cookies by default
This commit is contained in:
parent
9279e65f17
commit
438d2def56
@ -89,7 +89,8 @@
|
||||
6. None of the above
|
||||
*/
|
||||
|
||||
$expire = time() + 1200; /* Expire login in 20 minutes. */
|
||||
// $expire = time() + 1200; /* Expire login in 20 minutes. */
|
||||
$expire = '';
|
||||
|
||||
if(!empty($HeaderLogin) && $auth_type == 'Header')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user