Re: IE 20 session cookies limitation

2006-04-21 Thread Rick Wong
This is neat. Thanks! -- Rick Peter Rossbach wrote: Option is Then all webapps share the same session id. Cheers Peter Am 16.04.2006 um 15:12 schrieb Tim Funk: Check the docs - there is an option that will allow tomcat to use the same jsessionid for all webapps. -Tim Rick Wong wrote

Re: IE 20 session cookies limitation

2006-04-17 Thread Peter Rossbach
Option is Then all webapps share the same session id. Cheers Peter Am 16.04.2006 um 15:12 schrieb Tim Funk: Check the docs - there is an option that will allow tomcat to use the same jsessionid for all webapps. -Tim Rick Wong wrote: It's been a while since my last posting of this top

Re: IE 20 session cookies limitation

2006-04-16 Thread Tim Funk
Check the docs - there is an option that will allow tomcat to use the same jsessionid for all webapps. -Tim Rick Wong wrote: It's been a while since my last posting of this topic. I have a work-around that perhaps someone may find it useful. I worked around the issue by implementing a Tomc

Re: IE 20 session cookies limitation

2006-04-14 Thread Rick Wong
It's been a while since my last posting of this topic. I have a work-around that perhaps someone may find it useful. I worked around the issue by implementing a Tomcat Valve, and screen out for the jsessionsso cookie on every request. If I find it, I reinsert it back into the response within