For chrome and android stock browser, JSESSIONID cookie parameter are not removed even on browser close. As most of the websites are tracking customer session with JSESSIONID cookie which is having expire time of session, is not being removed from browser memory even browser closes.
Due to that, when we are accessing the webpage again, first request is sent with existing session cookie value.
If application is running with multiple servers for load balancing, request is sent to same server all the time. Is there any solution to solve the issue?
Reference Link : Cookie issue