why jsessionid is appended to each url?

Posted by sword101 on Stack Overflow See other posts from Stack Overflow or by sword101
Published on 2010-05-08T17:47:10Z Indexed on 2010/05/09 10:18 UTC
Read the original article Hit count: 439

Filed under:

greetings all i am deploying an app using spring framework on the apache tomcat when running the application from the tomcat directly,there's no jsessionid appended to any url at all but after mapping the application to the domain,and trying to run it i got a jsessionid appended to each url in the application,i tried the spring security attribute disable-url-rewriting but it doesn't work,it removes the jsessionid from the url but the application doesn't work no more,the user cannot login. so i guess it's another problem,any ideas why this happens,how to solve it? thanks.

© Stack Overflow or respective owner

Related posts about spring-security