<context-param> <param-name>org.mortbay.jetty.servlet.SessionURL</param-name> <param-value>none</param-value> </context-param>
So, I browse the source code and found the org.eclipse.jetty.server.SessionManager class which define the param name. The right configuration is this one :
<context-param> <param-name>org.eclipse.jetty.servlet.SessionIdPathParameterName</param-name> <param-value>none</param-value> </context-param>
Hope this help !
References :
Great i needed that thanks once again
ReplyDelete+1 :) This is help to me with appengine
ReplyDeleteGreat to know it helps
Delete