Hello, I've created a small example of how the changes I've applied to hunchentoot manage session for realm awareness. To keep things clear I've only used cl-who, that nearly everyone knows here. The test comes with its usual asd file. To run the test, just run:
CL-USER> (asdf:operate 'asdf:load-op :new-session)
CL-USER> (new-session:start-test)
and follow "http://localhost:4242/new-session/index.html" on your browser.
Try it with cookies enabled and disabled, with *rewrite-for-session-urls* set to T and nil.
Let me know,
kiuma