Disabling cookies should work. What servlet container are you using? There are certain problems with Tomcat 5.5.
-Matej On 9/25/07, Benjamin Ernst <[EMAIL PROTECTED]> wrote: > Hi, > we tried your suggestions and they could work. But it would really much > easier for us to just get a new session for a new Browser-Window. Is there > no way to create a new session? > > We tried to turn of cookies in the context.xml and use URL-rewriting > instead, but this doesn't seem to work. The first page is loaded correctly > and after that every request end up in "Page-expired"-Error. > > Benjamin > > 2007/9/19, Matej Knopp <[EMAIL PROTECTED]>: > > > > Application.getPageSettings().setAutomaticMultiWindowSupport(true); > > > > -Matej > > > > On 9/19/07, Benjamin Ernst <[EMAIL PROTECTED]> wrote: > > > Hi, > > > thanks for your help. I will try that, but I have one last question > > > (hopefully): How do I turn on the multiwindow support? > > > > > > Benjamin > > > > > > 2007/9/19, Matej Knopp <[EMAIL PROTECTED]>: > > > > > > > > You can use pagemap metadata for it, providing you have recent enough > > > > wicket version. And, of course, you have to turn on the multiwindow > > > > support. > > > > > > > > -Matej > > > > > > > > On 9/19/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > > On 9/19/07, Benjamin Ernst <[EMAIL PROTECTED]> wrote: > > > > > > 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. > > > > > > > > > > You should try to bend this in a separate data structure within the > > > > > session, probably keyed on page map id. > > > > > > > > > > Eelco > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
