Skip to content

Commit

Permalink
Update User.php (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
wr3nch0x1 committed Jul 28, 2021
1 parent 689afca commit 76d0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psm/Service/User.php
Expand Up @@ -332,7 +332,7 @@ protected function newRememberMeCookie()
$cookie_string = $cookie_string_first_part . '_' . $cookie_string_hash;

// set cookie
setcookie('rememberme', $cookie_string, time() + PSM_LOGIN_COOKIE_RUNTIME, "/", PSM_LOGIN_COOKIE_DOMAIN);
setcookie('rememberme', $cookie_string, time() + PSM_LOGIN_COOKIE_RUNTIME, "/", PSM_LOGIN_COOKIE_DOMAIN, TRUE);
}

/**
Expand Down

0 comments on commit 76d0c27

Please sign in to comment.