that is something websphere does.
And it doesn't do that when we request with response.encodeUrl()
Because that is what we do ask and that encoded url is used as the key
then it is send as a redirect. But then websphere is altering it.

I will look if i can only use the query (behind the ? ) as the bufferid.

johan


On 3/7/06, R.A < [EMAIL PROTECTED]> wrote:

WebSphere's session id is, EPOC# + SessionKey + CloneID, and use
HttpServletRequest#getRequestedSessionId to get this.
When open WicketExamples -> compref -> wicket.markup.html.link.PageLink, in
WicketServlet#doGet, getRequesetedSessionId's output is
"0000X15KLwX-1G5IVRAF91idJcZ:-1" and sessionId is "X15KLwX-1G5IVRAF91idJcZ".
Then clicked "go to our private/ non bookmarkable page" link,  in
WicketServlet#doGet, getRequesetedSessionId is
"0000X15KLwX-1G5IVRAF91idJcZ:-1;jsessionid=0000X15KLwX-1G5IVRAF91idJcZ:-1"
and sessionId is "X15KLwX-1G5IVRAF91idJcZ".
How do this duplication remove?
--
View this message in context: http://www.nabble.com/PageLink-called-request-two-times-t1205926.html#a3274521
Sent from the Wicket - User forum at Nabble.com.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to