From 1df0f48b2147c3cbc71dc2085de76f5a4432fb6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 12:05:17 +0100 Subject: login system fixes... --- sessions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sessions.php') diff --git a/sessions.php b/sessions.php index e13562628..608323a43 100644 --- a/sessions.php +++ b/sessions.php @@ -95,7 +95,7 @@ session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); } -// session_set_cookie_params(SESSION_COOKIE_LIFETIME_REMEMBER); + session_set_cookie_params(SESSION_COOKIE_LIFETIME); session_start(); ?> -- cgit v1.2.3-54-g00ecf