Hello,

I have found a problem with Hunchentoot 1.2.3. I hope my report to be helpful.

It occurs if you setĀ *rewrite-for-session-urls* to NIL to avoid Hunchentoot uses URLs to keep the session ID.
If you disable cookies then it works properly, new sessions are created for each request. However,
if I request a resource and the handler uses `redirect' function, then the target URL is appended with the
session-cookie-nameĀ parameter anyway.

Thank you,
David.