summaryrefslogtreecommitdiff
path: root/sessions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 12:05:17 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 12:05:17 +0100
commit1df0f48b2147c3cbc71dc2085de76f5a4432fb6d (patch)
tree76c7b51f2969899cf5fcb264d174760b5f2401a9 /sessions.php
parent7f0acba7b0e44128974e737cd2b82b794287600d (diff)
login system fixes...
Diffstat (limited to 'sessions.php')
-rw-r--r--sessions.php2
1 files changed, 1 insertions, 1 deletions
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();
?>