From af5c52c52f58e802115a2a1c51f3e0d8d021aa99 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Mon, 30 Nov 2015 14:36:23 +0100 Subject: [PATCH] Update session name hints --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 8f09cf599..f64620cbf 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -108,6 +108,6 @@ media: session: enabled: true # Enable Session support timeout: 1800 # Timeout in seconds - name: grav-site # Name prefix of the session cookie + name: grav-site # Name prefix of the session cookie. Use alphanumeric, dashes or underscores only. Do not use dots in the session name