Skip to content

Commit

Permalink
Fixed Issue #05468: When launching test, user get's logged out from a…
Browse files Browse the repository at this point in the history
…dministration. Fixed.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11081 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Klingenberg committed Oct 2, 2011
1 parent 333fab8 commit 0b47c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/controllers/survey.php
Expand Up @@ -97,6 +97,9 @@ function action()
// Session name is based:
// * on this specific limesurvey installation (Value SessionName in DB)
// * on the surveyid (from Get or Post param). If no surveyid is given we are on the public surveys portal

session_write_close(); #05468: prevent deletion of session

$sSessionname=getGlobalSetting('SessionName');
if ($sSessionname!='')
{
Expand Down

0 comments on commit 0b47c1e

Please sign in to comment.