7 Jun
2001
7 Jun
'01
9:13 p.m.
Christian Theune writes:
Internet Explorer and Netscape ignore the path of the cookie and assume '/'. Who told you that?
We use code explicitly setting the cookie path and it appears both IE and Netscape handle this correctly.
Second:
Opera is conform to the rfc of http 1.1, and this means, that the cookie is only valid for the version itself, and is not used in any place out of http://myzope:8080/blaah/myVersion That's the default cookie path.
Maybe, setting the cookie path explicitly removes the problem. Dieter