-
Feb 5th, 2010, 07:08 AM
#1
Disabling usage of cookies for session ID handling
Hi,
I recently switched from using JSF to Spring 3 MVC and I am wondering what's the method there to disabling the (default) usage of cookies for session ID handling by my Spring MVC application (to make it automatically using URL rewrite for it).
In JSF, I simply put a "cookies=false" entry in my faces-config.xml file in that regard; for Spring MVC, though, I have found only the advice so far to add a similar entry to the config.xml of Tomcat. However, I'd rather want to do that on application level - so what is the correct way of achieving it?
Thanks,
MP
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules