Failing due to Multiple browser windows sharing the same session

2004-06-03 Thread Richard Almquist
Hello, I'm sorry if this is the wrong place to ask this question. Suggestions for better places appreciated. I have a webapp running in tomcat 4.1.27 and am having a problem with multiple browser windows sharing the same session and stomping on each other's session scope variables. The webapp

Setting session timeout when using SingleSignOn

2004-01-05 Thread Richard Almquist
Hi, I can increase the session timeout for a webapp by putting the following in the webapp's web.xml file: session-config !-- session timeout in minutes -- session-timeout120/session-timeout /session-config I can get SingleSignOn is working so that I can move between webapps