Minor session stuff

This commit is contained in:
Michael Vogel 2016-04-25 20:43:40 +02:00 committed by Roland Haeder
parent aef332aad0
commit 6065fca243
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ require_once('include/datetime.php');
function nuke_session() {
new_cookie(0); // make sure cookie is deleted on browser close, as a security measure
new_cookie(-3600); // make sure cookie is deleted on browser close, as a security measure
session_unset();
session_destroy();
}
// When the "Friendica" cookie is set, take the value to authenticate and renew the cookie.