diff --git a/logout.php b/logout.php index 608a09b..4069d07 100644 --- a/logout.php +++ b/logout.php @@ -1,10 +1,12 @@ time() + 31536000, + 'path' => '/mvlog', + 'secure' => $secure, + 'httponly' => true, + 'samesite' => 'Lax', +]); header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0'); -?> -Log off MVLog - -

Logging off…

If your browser keeps the session, close the browser tab/window.

- - +header('Location: index.php'); +exit;