Hello, Edi

I've spent the weekend on figuring out how to bind sessions for each application registered and finally I've found a solution!
Before writing function redefinitions into my project, thing that I find a bit 'dirty', do you want me to post here my modifications so
that sessions have their own realm and session cookies are bound to specific applications ?

Cheers,
kiuma

On Jan 7, 2008 5:45 AM, Edi Weitz < edi@agharta.de> wrote:
On Sat, 5 Jan 2008 11:31:06 +0100, "Andrea Chiumenti" < kiuma72@gmail.com> wrote:

> now my question is *session-data* common to all hunchentoot servers
> instantiated on the same lisp instance ?

Yes, it's a global special variable.

> Another question, now suppose we have in a single hunchentoot server
> serves two applications ( distinguished by their path ).  It seems
> that hunchentoot shares the session between these two, and sometime
> it's good, but what should I do if I want applications to share
> different sessions ?

There's currently no mechanism for this.  Unless you write your own,
of course.
_______________________________________________