yes because it has to do that. with the first request the servlet container
doesn't know you have cookie support. So it will append the jsessionid
after that with the second request it sees the cookie comming in and then
it doesn't append the jsessionid anymore

johan


On 5/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

Nothing you can do about the first request. It's the servlet container
that decides on that, and even if you have cookies enabled, this is
typically what your first request looks like.

Eelco


On 5/14/07, Thomas Singer <[EMAIL PROTECTED]> wrote:
> I have mounted the home page as /index.html. When showing the page at
> http://localhost:8080/ (application context is /), Wicket 1.2.6 appends
the
> jsessionid parameter:
>
>
http://localhost:8080/index.html;jsessionid=0E92A74B703792D9E66834A92D405E4B
>
> What could be the reason for that and how to avoid it? Thanks in
advance.
>
> --
> Tom
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to