From e56361274cd8cbf1608cc0aeea43a347fcbd7cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Mon, 25 May 2020 18:52:42 +0200 Subject: [PATCH] MAPG-47 start server-side session --- main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.php b/main.php index b8c37f0..b2468f9 100644 --- a/main.php +++ b/main.php @@ -14,3 +14,5 @@ if (!empty($_ENV['DEV'])) { } else { ini_set('display_errors', '0'); } + +session_start();