From 50db016e69cef9c3b3edc9792466ee175c8554e8 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 3 Dec 2018 20:53:17 -0700 Subject: [PATCH] Clear session on entry page --- public/parts/entry.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/parts/entry.php b/public/parts/entry.php index 26150c2..79c7735 100644 --- a/public/parts/entry.php +++ b/public/parts/entry.php @@ -4,6 +4,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +session_destroy(); ?>