[hunchentoot-devel] session-value

Jens Teich info at jensteich.de
Sat Jul 16 17:15:54 UTC 2011


Am 16.07.11 19:05, schrieb Hans Hübner:
> 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.
>
Sorry stupid mistake.

Missing hunchentoot:sess...

Thanks
Jens






More information about the Tbnl-devel mailing list