- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
In bugs.limesurvey.org/view.php?id=20235 the reporter uses 6.15.7, so this issues seems not entirely be fixed yet.Bug 20222 seems to say the 6.15.7 fixes the problem too:
bugs.limesurvey.org/view.php?id=20222
Please Log in to join the conversation.
SurveyRuntimeHelper.php
public function run($surveyid, $args)
filltoken
$oSurveyResponse->token
unset($_SESSION[$this->LEMsessid]['filltoken'], $_SESSION[$this->LEMsessid]['token']);
// unset($_SESSION[$this->LEMsessid]['filltoken'], $_SESSION[$this->LEMsessid]['token']); // commenté pour éviter l’erreur 403
Please Log in to join the conversation.
Please Log in to join the conversation.