]> git.mxchange.org Git - friendica.git/commitdiff
Minor session stuff
authorMichael Vogel <icarus@dabo.de>
Mon, 25 Apr 2016 18:43:40 +0000 (20:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 1 May 2016 11:48:52 +0000 (13:48 +0200)
include/auth.php

index be4d6d8a035805b7c96b05eace1ec70f50e32c49..5b639f5b0be3a0a2d2b7269b99ff9b64313dd192 100644 (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.