Example..
request: http://jagserver/servlet/CreateCookieServlet
Creates multiple cookies for the same server but
different paths (ie. /webapp1, /webapp2) (TTL 1 hour)
Then redirects to http://jagserver/webapp1/index.jsp
A filter runs during the request for /webapp1/index.jsp
but the filter doesn't see the cookie.
If I close the browser and request again. The filter sees
the cookie(s).
Has anyone run into something like this.
Darrell
"news.texas.net" <dar...@texas.net> wrote in message news:<TR6cncRZS9p...@texas.net>...