From fb9c12df1534f8f34400d783904c3003b8e19c46 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 6 Apr 2016 02:33:11 -0700 Subject: rework the "remember me" fix to be a bit less hackish --- index.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index a9a55dca7..a6ed3dbc6 100755 --- a/index.php +++ b/index.php @@ -84,11 +84,6 @@ if(! App::$install) { * */ -/* session_set_cookie_params() needs to happen before session_start() */ - -if($_POST['remember_me']) - session_set_cookie_params(31556926); - session_start(); /** -- cgit v1.2.3