mindu schrieb:
> how I make not to appear jsessionid in the IE?
> 
not possible, it has to be set once, this is part of the servlet spec,
once it is set once, if you have cookies enabled the sessionid
disappears from the browser line.
If you have cookies disabled it will be traversed over thr browser line
and http post statements.

This is not a jsf issue, but more a servlet issue, jsf has nothing to do
with it.


Reply via email to