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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
