You can configure Tomcat to use URL manipulation only, so he always adds the
session to the URLs - however, loosing a session this way is not known and
is usually a problem in your application, as the standard behaviour in
tomcat is that he rewrites the session on creation to all URLs as wellas
passes a cookie and only drops the URL rewriting if the cookie is working.
Browsers dont change their behaviour during a single session as long as the
user doenst chose to do so.
 
Regards

 

  _____  

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Nino Wael
Gesendet: Freitag, 5. Januar 2007 12:15
An: wicket-user@lists.sourceforge.net
Betreff: Re: [Wicket-user] IE 6 requests new session OTT



Sorry for so many posts about this. But are there any way to avoid session
cookies? And stil maintain session state?

 

We are using load balancing with apache upfront and then tomcat.

 

Regards Nino

 


  _____  


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 5. januar 2007 12:12
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] IE 6 requests new session OTT

 

Hmm just found out that, there is a setting in IE 6 where you can disallow
session cookies. Setting this to false, clears our problem.

 

This appears to be default, are there any way to change this from our server
side (im guessing no).

 

 

Regards Nino

 


  _____  


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 5. januar 2007 12:05
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] IE 6 requests new session OTT

 

Hi 

 

I guess this is not directly connected to wicket. But it seems that IE 6 has
a nasty habbit of requesting new sessions sometimes(Bill Gates random
generator). This are giving us some problems with the page expired
exceptions, and some other stuff, THE FACT that we loose our session context
are horrible.

 

We live within an iframe, so im not sure if this triggers it somehow. Has
anyone experienced this and what did you do, if something could be done?

 

I do not have this problem with firefox. Which even uses authenticated
sessions cross browser instance.

 

 

Regards Nino

-------------------------------------------------------------------------
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