Hi all,

I have an application in which I use URLrewriting in case cookies are
disabled. My problem is that even when cookies are enabled, the server (IIS
+ ServletExec) still rewrites the URL. Not only this, but it also appears to
be inconsistent, i.e. different pages (jsp's) have different ID's (even
though I specify in my code not to give me a new session) and some pages
have no session id at all. The web server seems to be grabbing session id's
from cache (I'm only guessing on this one) but I clear out the cache and
restart the browser and my problems still occur. I thought that
encodeRedirectURL only rewrites the URL if cookies are disabled, if so, then
why does IIS rewrite it when cookies are enabled. By the way, I'm using IE5.
Any help would be much appreciated.

Thanks,
James

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to