From 80db5f35d1cc8bb6a239142b90ee9ca0819f2ed2 Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Sun, 10 Sep 2023 04:53:40 +0200 Subject: [PATCH] Add internal cronjob for PHP session cleanup --- app/cron/SessionCleanup.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/cron/SessionCleanup.php diff --git a/app/cron/SessionCleanup.php b/app/cron/SessionCleanup.php new file mode 100644 index 0000000..e35d626 --- /dev/null +++ b/app/cron/SessionCleanup.php @@ -0,0 +1,20 @@ +