Well, it is possible though it might not be totally bullet proof. We
have a mechanism in place that tries to detect opening up a new window
or tab. When this is detected, a quick redirect is done to the same
page, but in a different page map (and sometimes, like with popup
links, this is more explicit).

If you want to store window/ tab relative session information, you
could store attributes using the current page map name as part of the
key.

Eelco


On 1/17/07, Erik van Oosten <[EMAIL PROTECTED]> 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).
>
> Regards,
>      Erik.
>
>
> Johannes Fahrenkrug wrote:
> > Is it possible to have multiple sessions from the same client?
> >
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> -------------------------------------------------------------------------
> 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