Rollback Fix

This commit is contained in:
Minik Gaarde Lambrecht
2021-03-26 10:24:47 +01:00
parent 42159a3eb7
commit bb61351df5
8 changed files with 154 additions and 220 deletions
+1 -3
View File
@@ -1,9 +1,8 @@
<?php
session_start();
session_unset();
session_destroy();
session_destroy();
$cookieCon = array(
'expires' => -1,
@@ -12,6 +11,5 @@ $cookieCon = array(
);
setcookie("groupName", null, $cookieCon);
setcookie("groupId", null, $cookieCon);
setcookie("userName", null, $cookieCon);
echo http_response_code(200);