<div dir="ltr">Can you confirm if I should be doing this while the handler is processing a request?<br><br>Much appreciated,<br><br>Yarek<br><br><div class="gmail_quote">On Sun, Aug 24, 2008 at 11:23 PM, Lars Rune Nøstdal <span dir="ltr"><<a href="mailto:larsnostdal@gmail.com">larsnostdal@gmail.com</a>></span> wrote:<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 class="Wj3C7c">On Sun, 2008-08-24 at 22:14 -0700, Yarek Kowalik wrote:<br>

> I'm in the process of writing an application based on Weblocks.<br>
> Weblocks uses Hunchentoot - I have been using version <a href="http://0.11.1." target="_blank">0.11.1.</a><br>
><br>
> I would like to set some application specific cookies.   I would I go<br>
> about doing that?  My initial guess would be to setup a handler in the<br>
> dispatch table and access (via special) the *reply* object to set the<br>
> cookie using setf on cookies-out, and similarly access the  *reqest*<br>
> object to read the cookie value.<br>
><br>
> Am I on the right track?  Suggestions please.<br>
><br>
> Thanks,<br>
><br>
> Yarek<br>
><br>
<br>
</div></div>Hi,<br>
SET-COOKIE and (COOKIE-IN <name>) works for me when setting "custom"<br>
cookies.<br>
<br>
--<br>
Lars Rune Nøstdal   || AJAX/Comet GUI type stuff for Common Lisp<br>
<a href="http://nostdal.org/" target="_blank">http://nostdal.org/</a> || <a href="http://groups.google.com/group/symbolicweb" target="_blank">http://groups.google.com/group/symbolicweb</a><br>
<br>
<br>
_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</blockquote></div><br></div>