On 9/3/07, Cristi Manole <[EMAIL PROTECTED]> wrote:
> I don't know why, but it works out of the box :)
>
> The only problem was that i was making this call
> mountBookmarkablePage("/index.html", Home.class);
>
> in the home application init.
>
> I moved it in another application (that takes care of signin) and it all the
> "applications" work like a charm. I have only on session for all (four) of
> them...
>
> Now reading what you said, i'm wondering if i really do have one session :)

If you didn't do what I said, you'll actually have four session
instances (though 1 http session instance). They might be of the same
class, but are different instances. Check it and see.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to