> I disagree to include cookies, as this breaks the "domain barrier"
> between cookies and parameters, so it could break existing code:

> 2) A cookie parameter set months ago (possibly by someone else) could
> inadvertently have the same name as a form parameter. You may get false
> not-nulls, etc.

This is a good point against aggregating cookies in -- the lifetime of a
cookie is longer than a request which is the lifetime of a parameter..
Also, the domain of a cookie is a section of, or the entirety, of a
website while the domain of a parameter is that of a single URL.

.duncan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to