DISABLE JSESSIONID
Posted: Fri Sep 14, 2012 10:14 pm
Hi,
I want to check if it is a good practice to use disable-url-rewriting (http://static.springsource.org/spring-security/site/docs/3.0.x/reference/appendix-namespace.html) like below in spring security to remove jsessionid from url?
<http auto-config="false" use-expressions="true" disable-url-rewriting="true">
Thanks,
Srini.
I want to check if it is a good practice to use disable-url-rewriting (http://static.springsource.org/spring-security/site/docs/3.0.x/reference/appendix-namespace.html) like below in spring security to remove jsessionid from url?
<http auto-config="false" use-expressions="true" disable-url-rewriting="true">
Thanks,
Srini.