- Posts: 19
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
"/newtest" is clearing the session and opening a new session. Depending on the settings in the survey it doesn't matter if tokens are used. The answers will be saved in the database but not available when accessing the survey with the same token again.rleuthold wrote: Especially the token parameter combined with the newtest paramater led to even more problems. Some people reported back, that they could not see a single answer using this form of entry link (I could confirm that from my local computer).
What do you mean by that. All our surveys use token based authentification with token-based response persistence andjelo wrote: "/newtest" is clearing the session and opening a new session. Depending on the settings in the survey it doesn't matter if tokens are used.
But this depends on the survey settings and not the newtest parameter, right?The answers will be saved in the database but not available when accessing the survey with the same token again
No - particpiants would maybe be the better word. We are creating and configuring the survey and send the token to the participants.You're mentioning "customers". Are you customers creating the surveys and selecting the settings?
Do you have an idea or gut feeling what else might cause this issues.To me this looks like a few different issues which look like one issue.Perhaps you have a session issue too.
I I remember right, we had a lot of participants who reported, that they had to log in again after just a few minutes.Why did you switch to database sessions?
Filesystem Size Used Avail Use% Mounted on /dev/ploop64780p1 50G 5.7G 41G 13% / none 32G 0 32G 0% /sys/fs/cgroup none 32G 4.0K 32G 1% /dev none 32G 1.1M 32G 1% /run
But if user don't move next or don't save and quote : current page are not saved. It's attended behaviour.We're getting more and more complaints from our customers that they are missing answers. Usually this seems to happen after a survey has been closed or left without clicking "save and resume later".
That is clear, but we already ruled this out. These participants do a lot of our surveys.But if user don't move next or don't save and quote : current page are not saved. It's attended behaviour.
Unfortunately it doesn't. I've seen this myself - the link with the newtest & the token parameter showed no answers, the link without the token showed them all.In fact : use newtest/Y with token and the 2 settings must not update something if you don't update survey. Must do the same things.
Very, very unlikely. But I will look into it. There is no way to "lock" a survey if somebody else is working on it - is there?Maybe user take same survey at same times on different computer ?
I bstart a plugin to do this, but really complex … really really …There is no way to "lock" a survey if somebody else is working on it - is there?
i don't really see what specific issue you can have without pout some debug in your instance. You use the last version ?
'log' => array( 'routes' => array( 'fileError' => array( 'class' => 'CFileLogRoute', 'levels' => 'info, warning, error', 'except' => 'exception.CHttpException.404', ), ) ),