Hi; I am writing a set of RESTful services. client do not send cookies and we don't want to user URL rewriting for most of the services (they are just stateless). The issue is when the client calls http://localhost/services/resource say n times, the application server/servlet container creates n sessions ! How do i prevent that from happening ? -- Regards, Youssef
- Preventing tomcat from creating sessions Youssef Mohammed
- Re: Preventing tomcat from creating sessions Christopher Schultz
- Re: Preventing tomcat from creating sessions Leon Rosenberg
- Re: Preventing tomcat from creating sessi... Christopher Schultz
- Re: Preventing tomcat from creating s... Leon Rosenberg
- Re: Preventing tomcat from creat... Christopher Schultz