Ahh, wasnt sure if you used something special.

 

We use both mounted urls and url parameters, im wondering if this could give us the problem so for example we could have a link like this:

 

http://Server/viewer/overblik/Y03

 

where this is the raw page http://server/viewer and parameters are overblik and Y03. the whole lot are set as the source of the IFRAME, could any of this break the session id?

 

Regards Nino

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janne Hietamäki
Sent: 28. august 2006 10:06
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Session management

 

Session cookie expires when browser is shut down, but on the server side the default is 30 minutes. This can be altered in the web.xml by adding something like this:

 

 

<session-config>

  <session-timeout>60</session-timeout>

</session-config>

 

 

Janne

 

On 28.8.2006, at 11.00, Nino Wael wrote:



That was what I thought, I do know that wicket is not the bad guy hereJ

 

Whats the default timeout on the cookie? Or am I barking up the wrong leg?

 

.regards Nino

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Janne Hietamäki
Sent: 28. august 2006 09:56
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Session management

 

 

On 28.8.2006, at 10.53, Nino Wael wrote:




Hi

 

I was wondering how wicket maintains it’s session state. We are currently working on a crossbrowser application, where our application(wicket) lives within an Iframe. If we hit refresh on the page, wicket looses its session id. As far as I can see wicket does store the session id in a cookie?

Wicket has nothing to do with this, it uses normal servlet container for session management. Servlet spec states there have to be cookies and session id parameter for fallback. So, yes, the session id is stored in a cookie.

 



 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to