rework the "remember me" fix to be a bit less hackish

This commit is contained in:
redmatrix
2016-04-06 02:33:11 -07:00
parent 5a2a8717e3
commit fb9c12df15
2 changed files with 1 additions and 5 deletions

View File

@@ -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();
/**