aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/identification.php b/identification.php
index 223e6c1e9..3ff9d468d 100644
--- a/identification.php
+++ b/identification.php
@@ -51,6 +51,7 @@ SELECT '.$conf['user_fields']['id'].' AS id,
{
$session_length = $conf['remember_me_length'];
}
+ session_set_cookie_params($session_length);
session_start();
$_SESSION['id'] = $row['id'];
redirect('category.php');