From 9d8bd2ca55fc04c33c9cd16973abf52462a6c1e0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 17 May 2004 21:04:16 +0000 Subject: [PATCH] Reset cookies on each visit so that they don't expire prematurely. --- www/phplib/auth.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/www/phplib/auth.php b/www/phplib/auth.php index 21006db..6279f8e 100644 --- a/www/phplib/auth.php +++ b/www/phplib/auth.php @@ -1,6 +1,6 @@