Dear Team,
after updating from 2.5.20 to 2.5.21 the sessions have become unstable.
1) When launching a new session in the browser, the page refreshes multiple times (3-5 times) before a session actually starts.
The session count goes to 5.
The established session allows working for some time, but then:
2) After some random period of normal operation, the browser suddenly refreshes and a new session is established, increasing the session count to 6.
Rolling back to 2.5.20 resolves the problem.
If I find some time, I can try to play and to create a sample poroject to reproduce the problem.
This is my config.
{
“url”: “Default.html”,
“startup”: “eMaster.Program.Main, eMaster”,
“sessionStorage”: “local”,
“sessionTimeout”: 1800,
“enableWebSocket”: true,
“enableWebSocketCompression”: true,
“secure”: true,
“pollingInterval”: 1000,
“dropDuplicateClicks”: true,
“impersonate”: true,
“debug”: false,
“culture”: “x-iso”,
“options”: {
“debug”: false,
“nativeScrollBars”: false
}
}
Hi Kizaemon,
We couldn’t reproduce this issue.
You can add this line to your Default.json file: validateClient:false
That can help mitigate this issue. If not, please let us know!
Also, if you can please attach a reproducible test case.
Best regards and Merry Christmas,
Alaa
Please login first to submit.