- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Where did you change it exactly? Path and filename?ben2249 wrote: I changed the session path to "/tmp/" for testing purposes.
Please post the htaccess content.So I created a folder, outside of limesurvey root, gave it 777 rights and owned by Apache2. I specified the new location in a .htaccess .
That is important. Different permission sets for different kind of PHP handlers. Sometime the handler prevents thing. Still can be a issue in LimeSurvey.jelo wrote: What kind of PHP handler is used with Apache?
The path looks not complete to me.php_value session.save_path "/php_sessions"
That is important. Different permission sets for different kind of PHP handlers. Sometime the handler prevents thing. Still can be a issue in LimeSurvey.