I am facing a problem in jsf web application deployed in jetty web-server. When access application in browser, jsessionID is appended in the url. I want to remove it from there.
Thanks in advance.
I am facing a problem in jsf web application deployed in jetty web-server. When
Share
Set the
org.mortbay.jetty.servlet.SessionURLparameter tononein either the application web.xml or the context configuration.See the Jetty jsessionId documentation.