This problem has been bugging my surveys since v. 1.00, and alo is in v 1.49
It's this: if i run a survey live, a user which leaves the screen (IE browser) idle for more than (I think the excact time is 24 minutes) some time, get's a timeout message generated (it seems like) by the lime php script.
Is there a way to set this to indefinite? if so, where/how.
thanks!
Chris
Logged
----
Regards,
Chris
The administrator has disabled public write access.
I believe you need to create a php.ini file and place it in your survey directory
[code:1]
; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
session.gc_maxlifetime = 3600 [/code:1]
Logged
The administrator has disabled public write access.
Thanks for the post.
Couple of questions:
I just create a text file with the code you supplied?
Then rename the file to php.ini
Then place it in the root dir of my survey files/directory?
thnks
Chris
Logged
----
Regards,
Chris
The administrator has disabled public write access.
it states the following:
ERROR
We are sorry but your session has expired.
Either you have been inactive for too long or there were problems with your connection.
Please contact Chris ( xxx ) for further assistance.
Hope someone can help!
Logged
----
Regards,
Chris
The administrator has disabled public write access.