This problem has been discussed on this list.

Check out the archives for the subjects:
mailto outputLink with session id problem
jsessionid added to resources in myfaces SVN current?

Basically the problem is that the client doesn't support cookies or
there is no active cookie. It is a "feature" of the servlet container
and JSF uses the functionality that involves that "feature".

Why the servlet spec chose ";jsessionid" instead of "?jessionid" is beyond me.

-Andrew

On 4/4/06, Lance Frohman <[EMAIL PROTECTED]> wrote:
> When I use an <h:graphicImage url="/images/myimage.gif" />
> the resulting html has the context path added to the beginning:
>
> <img
> src="/contextpath/images/myimage.gif;jsessionid=FC8DCE7CCC9D6174FB47A3CC5183
> 11FC" />
>
> Is there any way to prevent this?
>
> Thanks,
> Lance
>
>

Reply via email to