- Posts: 6
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
I recommend to check the php.ini session settings. The 24min is the default value 14400 of the php session. Yii seems to not recognize LimeSurvey GUI settings in case you use a tablebased session.The default iSessionExpirationTime in config-defaults.php is 7200 seconds, which is still not 24 minutes. It seems that 24 minutes is the default timeout value from the Yii CHttpSession, as referenced www.yiiframework.com/doc/api/1.1/CHttpSession which I got to from the LS documentation.
Since session timeouts are a known problem, would it be easily possible to add a short note like "Your current session timeout is set to XXX seconds."? That way a user directly knows what the value used is and can double check if their adjsutments are taken into account.You have a settings in GUI for iSessionExpirationTime www.limesurvey.org/manual/Global_settings/en#General
If it don't worki with this setting : it's an issue , please report
This setting is shown only if you set session in DB.