Hi I store some context-information in the session. When a new window is opened it has a new context, so I want to have a new Session for this context. But the old window should stay with the old context.
Benjamin 2007/9/19, Matej Knopp <[EMAIL PROTECTED]>: > > You need to turn on multi window support. But this is not really user > overridable callback. Also, what do you mean by "start new session"? > > -Matej > > On 9/19/07, Benjamin Ernst <[EMAIL PROTECTED]> wrote: > > Hi, > > > > when a new Browser-Window is opened, I want to start a new Session for > this > > window. > > I implemented the method onNewBrowserWindow() in my HomePage.class, but > it > > is never called. > > I tried opening a new Browser, a new Browser-Window and new Tab, but > > nothing. > > > > Is there any other way to determine if a new Window is opened? > > > > Benjamin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
