Did anyone try my suggestion of using the pagemap name as a partial
key for the objects you want to store in the session dependent of the
window? I think that should work well enough.

Eelco


On 1/20/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> But then in wicket we should have support for that,
> that you can say: no url encoding for this page at all in this request.
> So that the login page will be completely sessionless when it comes back in
> and after that you will have 2 jsessionid's in the 2 browsers yes.
>
> But Wicket should be able to abstract this completely, for example
> can't we set a cookie where we store the pagemap/session name?
> And that cookie tells use which wicket session too take within the
> httpsession?
>
> johan
>
>
>
>
>
> On 1/20/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> > Erik van Oosten wrote:
> > > Short answer: NO.
> > >
> > > Long answer: mostly no, but it strongly depends on the browser.
> > >
> > > Solution: do not use the session (is against Wicket matra anyway) but
> > > maintain state in the Wicket components. Make sure that your components
> > > are versioned (defaults to on).
> > >
> > Yeah, but this is not a solution always (if you have to for example
> > allow two different users to be logged in for some reason). Only thing
> > I can think of that could work is to disable session cookies (if the
> > container allows it) and use jsessionid in url only. This way you can
> > have different session in every browser window.
> >
> > -Matej
> > > Regards,
> > >      Erik.
> > >
> > >
> > > Johannes Fahrenkrug wrote:
> > >> Is it possible to have multiple sessions from the same client?
> > >>
> > >
> >
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to