« Return to Thread: Preventing tomcat from creating sessions

Preventing tomcat from creating sessions

by Youssef Mohammed :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: Preventing tomcat from creating sessions