I have two web applications deployed under
Tomcat under two different contexts, say /foo and /bar and i gave the session timeouts as 30 mins for /foo and 30 mins for /bar.
Now the problem i have is when i invoke /bar from /foo and say after 30 mins if i am still working in /bar, the session for /foo gets invalidated because it time out (remember it set to 30 mins).
My question is , is there way to have the app with context /foo not timeout unless /bar timed out ?
I would appreciate if anyone could help me out with this.
Thanks in advance