session tracking

2004-11-06 Thread shelsing
Hi I already posted a question about how to disable cookie session tracking in Tomcat 5.0, but received no response. I use an open filesystem, no .war's. My scenario is this. My application is loaded into a cross-domain frameset, so a user's session was not persitent across page requests. So I

disablng cookie session tracking in 5.0

2004-11-03 Thread shelsing
Hi, I am using Tomcat 5.0 and I am rewriting the URL's with encodeURL, but my session listener tells me that a new session is being created with every page request, although the user's session is persistent across page requests. The application is running in a cross-domain frameset, so I think