So i've been reading around, tried all I could find.
Let's be clear on 4 things for starters:
1) suhosin is installed as module, but simulation is on. The log for it is not giving any error for limesurvey. It does for some other php script so it works alright.
2) gc_lifetime in php.ini is set to 3600
3) other surveys on our Lime platform (1.91+ Build 120302 and 11026 for debug) are just working fine, no session issues there.
4) I have set the limesurvey session timeout to the maximum indication in limedocs.
After reading around I tried to find info by enabling $debug in config.php (tried 1, 2, 3...) no error messages are given.
Then I added to config.php:
ini_set('display_errors', 'On');
error_reporting(E_ALL);=> no errors
then i added to config.php
=> still the same problem.
On this particular survey, after submitting page 2 it keeps giving me the session timeout.
I'm lost, I have no clue. This survey is important to evaluate students on our campus (i didn't make the survey myself) and the only thing I can say is that there are a lot of conditions to questions. But that shouldn't be a problem i guess.
I think, but i'm not sure, that the problem started after the latest debian php update last week (PHP 5.2.6-1+lenny16)
Maybe someone can tell me what to do? The girl who made the survey is really depressed since she put a lot of hours in building it :/
the phpinfo and lss file is available for download (couldn't attach it caus to large)