2.5.21 Unstable Sessions

Answered
0
0

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
}
}

  • You must to post comments
Best Answer
1
0

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

  • Kizaemon Date
    Thank you. validateClient:false setting has resolved the random app refresh (creating multiple new sessions) for me and several users, even in the new 2.5.21 I am using FF 95.0.2 with uBlock Origin 1.39.2, but others who had problems are using Chrome or Edge.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.