I roughly know how cookie works.<br>I had situation that lynx would croak when I baked a cookie with path attribution '/abc' under a request of path '/'.<br>But I haven't confirmed it again.<br><br><div><span class="gmail_quote">
2006/8/3, Brandon Black &lt;<a href="mailto:blblack@gmail.com">blblack@gmail.com</a>&gt;:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div><div><br>The point isn't to limit when/if we bake the cookie.&nbsp; The &quot;path&quot; attribute of a cookie tells the browser what paths to send it back to us for.&nbsp; So if you have a cookie called &quot;session_id&quot;, and your app is at 
<a href="http://myhost/catapp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://myhost/catapp</a>, and there's another application hosted at <a href="http://myhost/otherapp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://myhost/otherapp</a> which also has a &quot;session_id&quot; cookie, you'll definitely need this to avoid them stepping on each other.&nbsp; If the root of the domain (
<a href="http://myhost/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://myhost/</a>) and everything beneath it is all served just by your Catalyst app, then I guess one wouldn't care about it.
<br><br>-- Brandon<br></div><br></div>

</div><br>_______________________________________________<br>Catalyst-dev mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Catalyst-dev@lists.rawmode.org">Catalyst-dev@lists.rawmode.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.rawmode.org/mailman/listinfo/catalyst-dev" target="_blank">http://lists.rawmode.org/mailman/listinfo/catalyst-dev</a><br><br></blockquote>
</div>