Mathew Joseph wrote:
Hi,
In my web application there are 2 webapps and single login for both.
And in UI we are given links to different modules of both webapps.
Actually the end user is not (should not be) aware of 2 webapps.
The problem what I am facing is, If someone try to work/use continuously
in one webapps and try to click a link from other webapp and if it exceeds
the session timeout period then user is forced to login again. Is there anyway
to avoid this OR is there any way to synchronize session across webapps ?
I am using Tomcat 5.5.7 and Struts Framework 1.1.
There's no standard way to share one session between multiple webapps,
but I think Tomcat does provide a proprietary way to do that. Check the
Tomcat docs or enquire on tomcat-user. You may also be able to disable
session expiry if that's acceptable -- or at the very least, set it to a
very long interval.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]