mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +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
|
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')
|
if(!empty($HeaderLogin) && $auth_type == 'Header')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user