openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6a64657d87f3f12f45b2919bc0d2ac5f36fdff4e
parent 23b27e3582fc6702fc841221f455cc9e14c9608f
Author: dankert <devnull@localhost>
Date:   Fri,  5 Nov 2010 19:04:27 +0100

Wechsel der Session-Id per Default nicht aktivieren (führt in Einzelfällen zu Fehlern).

Diffstat:
Mconfig/security.ini.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/security.ini.php b/config/security.ini.php @@ -49,11 +49,11 @@ use_post_token=true ; Creates a new Session on login. ; Useful against session fixation attacks. -renew_session_login=true +renew_session_login=false ; Creates a new Session on logout. ; Useful against session fixation attacks. -renew_session_logout=true +renew_session_logout=false