Re: Setting cookie paths

2003-11-06 Thread Jessica P. Hekman
On Mon, 3 Nov 2003, Bill Barker wrote: > You could try using a browser like Netscape 7/Mozilla that allows you to > view the information about your cookies. This will tell you what the > browser thinks that the path is. As both Tim and I have pointed out, the > browser won't return the 'path' in

Re: Setting cookie paths

2003-11-03 Thread Bill Barker
"Jessica P. Hekman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all. I know it's a little obnoxious to re-send this message, but I > didn't get a response, and I know that this list is high-volume enough > that it's easy for posts to be overlooked. > > I am at a complete loss

RE: Setting cookie paths

2003-11-03 Thread Berry, Layton
: Tomcat Users List >Subject: Re: Setting cookie paths > > >Browsers only send the cookie name and value. Expiration, >path, and other >attributes are unknown since they are not sent by a browser. > >But the browser stores all this information itself so it knows >when

Re: Setting cookie paths

2003-11-03 Thread Tim Funk
Browsers only send the cookie name and value. Expiration, path, and other attributes are unknown since they are not sent by a browser. But the browser stores all this information itself so it knows when to send the cookie. It just doesn't send everything about the cookie. -Tim Jessica P. Hekma

Re: Setting cookie paths

2003-11-03 Thread Jessica P. Hekman
Hi all. I know it's a little obnoxious to re-send this message, but I didn't get a response, and I know that this list is high-volume enough that it's easy for posts to be overlooked. I am at a complete loss as to why, when I set a cookie under /foo/bar, I cannot then see it under /foo -- while

Re: Setting cookie paths

2003-10-29 Thread Jessica P. Hekman
On Mon, 27 Oct 2003, Bill Barker wrote: > The browser isn't returning the path information when it returns the cookie, > so Tomcat has no way of knowing what path it was created with. Well -- but when I later hit /bar/foo, I get the cookie back; and when I hit /bar, I don't. So the path informat

Re: Setting cookie paths

2003-10-27 Thread Bill Barker
The browser isn't returning the path information when it returns the cookie, so Tomcat has no way of knowing what path it was created with. "Jessica P. Hekman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Using Tomcat 4.1.27 (though I saw the same behavior with 4.0.6) I am > tryin

Setting cookie paths

2003-10-27 Thread Jessica P. Hekman
Using Tomcat 4.1.27 (though I saw the same behavior with 4.0.6) I am trying to set the path of a cookie (Cookie.setPath()). When I check the Cookie object, the path's successfully set (to "/"). I commit the cookie. I load a different page. I ask for the list of cookies available to me. The cookie's