That wouldn't work for the rest of the world. Because tomcat doesn't add it if it sees that
it can set a cookie.
i fixed it by only using the query part.
johan
On 3/7/06, R.A <[EMAIL PROTECTED]> wrote:
Duplication of jsessionid was cancelled unnoticed.
And changed WicketServlet as follows, onBeginRequest called just one time.
WicketServlet#doGet
if (queryString != null)
{
// bufferId = new StringBuffer( requestUri.length() + queryString.length() +
1).append(
// requestUri).append("?").append(queryString).toString();
bufferId = new StringBuffer(requestUri.length() + queryString.length () +
1).append(
requestUri).append(";jsessionid=" +
servletRequest.getRequestedSessionId()).append("?").append(queryString).toString();
}
This solution method is correct, is?
It seems that WebSphere users have this problem, don't Wicket correspond?
Thank you.
R.A
--
View this message in context: http://www.nabble.com/PageLink-called-request-two-times-t1205926.html#a3277379
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?cmdlnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
