Y
youssef.mohammed
Hi;
I am writing set of REST services for some Flash clients, flash
doesn't 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 ?
I am writing set of REST services for some Flash clients, flash
doesn't 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 ?