Hi, Is there any option in Tomcat which can assign a new session ID only if the IP address is changed and not a browser window? Actually right now a new session ID comes in request for every new browser window (even if the IP address is same). Is there any option to make Tomcat assign new session ID only if IP address is changed and the session remains the same even if there are multiple browser windows hitting the server?
Thank you so much. Khurram.