Disable expiration of cookies by default

This commit is contained in:
Miles Lott 2002-03-06 02:42:15 +00:00
parent 9279e65f17
commit 438d2def56

View File

@ -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')
{