Hi Andrea,
if I understand your source code right, what you need is a realm argument to START-SESSION that makes it possible to have multiple sessions on one Hunchentoot server. Correct?
Thanks, Hans
On 4/12/08, Andrea Chiumenti kiuma72@gmail.com wrote:
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
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel