openrat-cms

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

commit a32e4ee2f785c5f7ed9439b1ede6cf224bb10695
parent f29090800be939e668af208dc29c37f91b0f424b
Author: dankert <devnull@localhost>
Date:   Tue, 23 Feb 2010 23:43:17 +0100

Bei Logout in jedem Fall die Sessionvariablen entfernen.

Diffstat:
actionClasses/IndexAction.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -752,6 +752,8 @@ class IndexAction extends Action */ if ( config('security','renew_session_logout') ) $this->recreateSession(); + else + session_unset(); if ( @$conf['theme']['compiler']['compile_at_logout']) {