--- "Eduardo M. Cavalcanti" <[EMAIL PROTECTED]> wrote: > In a former message you were POSTing on an url > before actually GETting that > url. If there is a cookie for that url the post > message will not have it. > Can this be case?
I had assumed that if I went to "login.jsp" that that was where I got the cookie. However, what really was happening was that "login.jsp" redirected me to "page.jsp" which looked for the cookie. Since I didn't have the cookie it redirected me back to "login.jsp" and then set the cookie. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
