DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44096>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44096 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2007-12-25 05:51 ------- The behaviour you describe is as per the relevant specs. The servlet 2.5 spec only supports version 0 (netscape) and version 1 (RFC2109) cookies. RFC2965 is not supported. RFC2109 is clear (section 4.3.4) that port is not used by the user agent when determining wether or not to send a cookie. To get the behaviour you want, you need to use different host names or different paths for each application. The users list can help you configure this. RFC2965 does appear to offer the functionality you want but this is not supported by the 2.5 servlet spec. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]