From 0839e6e10c9518b5a5c8258fd112705e5275075d Mon Sep 17 00:00:00 2001 From: Ivan Majnaric Date: Thu, 5 Jan 2012 01:47:34 +0100 Subject: [PATCH] Remove 'Security.level' - not used anymore. --- en/development/sessions.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/development/sessions.rst b/en/development/sessions.rst index 6e6a2001d2..0dc3863f07 100644 --- a/en/development/sessions.rst +++ b/en/development/sessions.rst @@ -25,8 +25,7 @@ level ``Session`` key, and a number of options are available: * ``Session.checkAgent`` - Should the user agent be checked, on each request. If the useragent does not match the session will be destroyed. -* ``Session.autoRegenerate`` - Auto regeneration used to only be available when - ``Security.level`` was set to high. Enabling this setting, turns on automatic +* ``Session.autoRegenerate`` - Enabling this setting, turns on automatic renewal of sessions, and sessionids that change frequently. Enabling this value will use the session's ``Config.countdown`` value to keep track of requests. Once the countdown reaches 0, the session id will be regenerated. This is a