why jsessionid is appended to each url?
- by sword101
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.