[hunchentoot-devel] session-value

Hans Hübner hans.huebner at gmail.com
Sat Jul 16 17:05:00 UTC 2011


On Sat, Jul 16, 2011 at 6:43 PM, Jens Teich <info at jensteich.de> wrote:
> Yes hunchentoot-test does work, but if I try
>
> (hunchentoot:define-easy-handler (say-yo :uri "/yo") (name)
>  (setf (hunchentoot:content-type*) "text/plain")
>  (setf (session-value 'test) 42)
>  (format nil "Hey~@[ ~A~]!" name))
>
> I see the error.

Works for me.  You need to debug more.  Do you use quicklisp?

-Hans




More information about the Tbnl-devel mailing list