Re: How to stop Session Tracking, or stop extraction of ";jsessionid=XXX" from requested URL

2005-05-05 Thread Jedidiah Northridge
point where Sessions are being tracked. This means I should solve my problem by, at a later time in the processing of a single request, inserting the ";jsessionid=XXX" at the end of my URI. Thanks again, Tim. If anyone sees a flaw in what I've said, or a way to accomplish what we

How to stop Session Tracking, or stop extraction of ";jsessionid=XXX" from requested URL

2005-05-04 Thread Jedidiah Northridge
Hello, I don't need the functionality of session tracking, either through URL rewriting or via Cookie assignment. Is there anyway I can disable it completely? More specifically, is there anyway I can stop my Tomcat from extracting the ";jsessionid=XXX" from an incoming URI? At present, when I a