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.