<div dir="ltr">Hi - <br><br>I just found a problem with the interaction between net/cookie and IE (I tested on IE7). <br><br>Basically - when generating a cookie with `(cookie:add-path cookie &quot;/&quot;)`, it generates the following cookie:<br>

<br><div style="margin-left: 40px; font-family: courier new,monospace;">key=value; Path=&quot;/&quot;; Version=1<br></div><br>The Path spec works in Firefox, but not in IE.&nbsp; IE expects Path=/ (without the double quotes) instead, and it drops the cookie (and breaks cookie-based session) in response. <br>
<br>From RFC 2109, this appears to be an IE bug, but changing IE&#39;s behavior might be beyond us ... :)<br><br>p.s. this might be related the thread <a href="http://www.cs.brown.edu/pipermail/plt-scheme/2007-July/019420.html">http://www.cs.brown.edu/pipermail/plt-scheme/2007-July/019420.html</a><br>
<br>Thanks,<br>yc<br><br></div>