On Wed, 9 Apr 2008 10:49:56 +0000, "Andy Chambers" achambers.home@googlemail.com wrote:
How hard would it be to make sessions work independently of hunchentoot?
Depends if you want cookie-less sessions or not. But in both cases it shouldn't be /too/ hard, I'd say.
I also remember thinking it might be nice to have some of the request accessors be methods instead of functions.
That's on my todo list as well. But don't hold your breath.
Would that be expensive in terms of performance?
I don't care.