i've got a webapp deployed in tomcat 5.5.9 that provides three separate interfaces to my business logic:

1) web ui
2) webdav
3) rest

i want session management via cookies and url-rewriting for the web ui but not for the other interfaces. is there a clean way to achieve that portably with the servlet api, or (less preferably) by configuring or extending tomcat?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to