- Posts: 15
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Ask for a screenshot of the error.fpielage wrote: In a phonecall the participant said, that the only message is
400: wrong request
session' => array ( 'sessionName' => "PrivateCookieName", ),
195.145.###.### - - [13/Dec/2019:13:12:54 +0100] "POST /index.php/582245 HTTP/1.1" 400 5013 "https://subdomain.domain.de/index.php/582245" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" 659 5496
Ok, I can get it on Monday.jelo wrote: Ask for a screenshot of the error.
I do'nt think so (using another website at same time), but there is a website at www.domain.de , which uses PHPSESSID too. So I'll change the cookiename tonight. Now there is too much traffic on the survey.jelo wrote: Is your participant using some of your hosted websites at the same time? You host a few websites on your keyweb server.
var cookieTest = function () { if (navigator.cookieEnabled) return true; document.cookie = "cookietest=1"; var ret = document.cookie.indexOf("cookietest=") != -1; document.cookie = "cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT"; return ret; }; $(document).on('ready pjax:scriptcomplete',function(){ if($('#welcome-container').length > 0) { if(!cookieTest()) { $('#ls-button-submit').prop('disabled', true); alert('It appears that you have cookies blocked. Please enable cookies in your browser settings and refresh the page.'); } } });