From 89db29efa13a5ae0ee9660ed4691046d3d9c7683 Mon Sep 17 00:00:00 2001 From: Thomas Jakobi Date: Mon, 12 Feb 2024 22:53:40 +0100 Subject: [PATCH] Change format for the warning --- en/building-sites/settings/anonymous_sessions.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en/building-sites/settings/anonymous_sessions.md b/en/building-sites/settings/anonymous_sessions.md index 70bf36dea..dc5f67426 100644 --- a/en/building-sites/settings/anonymous_sessions.md +++ b/en/building-sites/settings/anonymous_sessions.md @@ -10,7 +10,8 @@ description: "If disabled, only authenticated users will have access to a PHP se If disabled, only authenticated users will have access to a PHP session. This can reduce overhead for anonymous users and the load they impose on a MODX site if they do not need access to a unique session. If `session_enabled` is false, this setting has no effect as sessions would never be available. -!!! danger "Use as context setting only" - Only use this as a context setting, if you add this to the main system settings and set it to No you will lock yourself out of the manager! - - This setting has to be added manually to the context settings when anonymous sessions should be disabled. Setting it to "No" stops MODX from writing session entries of anonymous users to the database (and storing session cookies) and can make a site without required front-end sessions faster. +> **Use as context setting only** +> +> Only use this as a context setting, if you add this to the main system settings and set it to No you will lock yourself out of the manager! +> +> This setting has to be added manually to the context settings when anonymous sessions should be disabled. Setting it to "No" stops MODX from writing session entries of anonymous users to the database (and storing session cookies) and can make a site without required front-end sessions faster.