- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
// Uncomment the following line if you need table-based sessions 'session' => array ( 'class' => 'application.core.web.DbHttpSession', 'connectionID' => 'db', 'sessionTableName' => '{{sessions}}', ), ),
What is meant by users and sections? Are the issues in the backend (users which login and create/changes surveys)? What is with respondents filling out surveys? Any issues there?whowe1 wrote: Once I did that, I was able to stay logged in but the survey sessions are still being deleted/lost as users navigate between sections.
We don't know how the loadbalancing setup is done. Sticky session ensure that session and fileupload will work. It is the best, short term option until the complete loadbalancing concept is known.DenisChenu wrote: It's $_SESSION issue : 2 solution :
1. move session save path outside loadbalancer,
2. use DB session.