On Wed, Feb 24, 2010 at 6:08 PM, Adam Barth <span dir="ltr"><<a href="mailto:w3c@adambarth.com">w3c@adambarth.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Feb 24, 2010 at 5:00 PM, Nicholas Zakas <<a href="mailto:nzakas@yahoo-inc.com">nzakas@yahoo-inc.com</a>> wrote:<br>
> Even though there can be multiple cookies with the same name on a single document, this most frequently occurs due to error rather than intention. I've never received a YUI bug report about this occurrence though I have considered returning an array of values instead of just the first value in this case. I might just go do that now. :)<br>

><br>
> My initial comment still remains: retrieving the value of a single named cookie seems to be a much more common use case than retrieving all cookies. You can choose to solve the duplicate cookie name issue in a number of ways, but not providing a way to access a cookie by name seems like a flaw in this design.<br>

<br>
</div>Done.  I've made the API return the first cookie that matches the<br>
specified name.  If a web developer wants to get all the cookies, I've<br>
added a getAllCookies() API.<br>
<font color="#888888"><br>
Adam<br>
</font></blockquote></div><br><div><br></div><div>Some other random comments:</div><div><br></div><div>1- Perhaps deleteCookie should also take an optional error callback.</div><div><br></div><div>2- Is it possible for setCookie to be used to set a http-only cookie?  That could be an interesting use case.</div>
<div><br></div><div>-Darin</div>