We are trying to disable url rewriting (sessionid in the url) only for specific urls to the web application. Right now the url rewriting is enabled and due to some problem we need to disable url rewriting to specific urls that the application serve.
we don't use spring framework, we use inbuilt framework in our organisation. we use weblogic server.
Is it possible? How to achieve this?