> From: "Rick Wong" <[EMAIL PROTECTED]> > Sent: Friday, May 13, 2005 11:42 AM
> Knowing that I cannot easily refactor the application suite to make less > number of web application (< 19), I am wondering if anyone else has this > problem, and if and how I might work around this IE limitation. Tweak the Tomcat SSO code so that JSESSIONSSO is no longer a Session Cookie, but a real, "permanent" cookie, with some reasonable (albeit short) timeout. While technically this is a potential security issue (since they can't just close the browser to log out), I imagine that you're talking about an internal system where this may not really be an issue. Of course, when you add that 21st webapp, you will have a new problem. Regards, Will Hartung ([EMAIL PROTECTED]) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
