From 9c03927ed6b015f25e4021ffc978901a10694420 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 6 Nov 2024 13:46:43 +0100 Subject: [PATCH] Set cookie expire to 1 year --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index aabadef..e061c90 100644 --- a/config.yaml +++ b/config.yaml @@ -55,7 +55,7 @@ params: # Cookie-Box settings cookies: enable: true - expire_days: 90 + expire_days: 365 #################################################################