Re: [Wicket-user] example signin2 questions

2006-10-02 Thread Eelco Hillenius
 case 1) I open monzille firefox and go the http://localhost:8080/wicket-examples-1.2.2/signin2 i log in and a get the welcome page. I open a new tab of firefox past the url and i directly get the welcome page without logging in. When i open a new Window and put in the url i also get the welcome page. With other words the session is shared.case ie 7) between tabs it is shared , a new window is a new session.With IE (at least pre 7; I never used 7 myself), that depends on whether you open a new instance using ctrl+n/ new window, or actually click the icon to start a whole new instance. In the latter case, you'll have a separate process with a separate session.Question1) Is it possible to have the same behaviour for both.I'm afraid not, as this is browser specific. No web application(framework) can control that.Question2) Is it possible that a tab or a new window is always a new session.We have multi window detection, and each window will get it's own page map. We can't start a new session for that, as session management is done by the server container. We have been talking about window scoped data management though. I'd really like to see such a facility myself. For now, you could partition the session by page map yourself. You would need to store/ retrieve data that might be window dependent by using the current page map:PageMap pm = getPage().getPageMap();MySession sess = MySession.get();Window data = "">data.getUser();Something like that anyway.Hope this helps,Eelco-
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


[Wicket-user] example signin2 questions

2006-10-02 Thread Henk Laracker
Title: example signin2 questions






Hello,

 

I'am building a authentication system as used in the signin2 example. I'am wondering about the behavior, i don't know if this standard or not.

 

case 1) I open monzille firefox and go the http://localhost:8080/wicket-examples-1.2.2/signin2 i log in and a get the welcome page. I open a new tab of firefox past the url and i directly get the welcome page without logging in. When i open a new Window and put in the url i also get the welcome page. With other words the session is shared. 

 

case ie 7) between tabs it is shared , a new window is a new session.

 

Question1) Is it possible to have the same behaviour for both.

 

Question2) Is it possible that a tab or a new window is always a new session.

 

Thanks,

Henk Laracker



Henk Laracker
Lead Architect
Development


Planon B.V.
Wijchenseweg 8
6537 TL Nijmegen
P.O. Box 38074
6503 AB Nijmegen
The Netherlands
T:  +31 (0) 24 641 3135
F:  +31 (0) 24 642 2942
E:  [EMAIL PROTECTED]
W: www.planon-fm.com


Deze email en alle bijlagen zijn slechts voor gebruik door de beoogde ontvanger. De email kan intellectueel eigendom en/of vertrouwelijke informatie bevatten. Het mag niet worden gekopieerd, openbaar gemaakt, bewaard of gebruikt worden door anderen dan waarvoor deze bestemd is. Bent u niet de beoogde ontvanger,verwijdert u dan deze email met alle bijlagen en kopieën onmiddellijk en informeer de afzender.

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.








-
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