Hi,
I’m experiencing abnormal browser session timeouts at the client side. Server side session seem to be expired normally after session timeout duration. However vaadin application at the browser has reloaded thinking that session at the server has timed out.
In access logs I could see HTTP 302 responded requests.
Line 18470: 10.233.19.63 - - [19/Oct/2016:16:01:55 +0800]
“GET /clearing-nptsapp HTTP/1.1” 302 –
In this scenario at the same time few other users were uising the application without any problem. Also there is no evidence to say that at that that the server hung up. Accroding to logs server side session was not terminated at the time of session timeout in browser.
Problem is why browser thinks that session is timedout when session in the server is still there.
Also upgrading Vaadin is not an option for me [emoticon]