Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
A1 > > Jeff, > > I've re-arranged some of your comments so that my questions make a bit > more sense. > > On 9/23/2010 4:13 PM, Jeff Thorn wrote: >> I am sure there are no sessions now. Its a REST based XML API. >> >> So my question is what kind of overhe

Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
URL) sessions > *require* client co-operation to work and it's possible that you don't have > that. I would check that assumption before continuing. > > -Original Message- > From: Jeff Thorn [mailto:j...@thorntechnologies.com] > Sent: Thursday, September 23,

Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
Hello, I have a stateless webservice that I am running with Tomcat 6.0. The product owners want to start tracking user sessions to the webservice (how many request per session, etc.). Since its been stateless up to this point, I am not using the HttpSession object at all. Is there any way I can add