I have one last question. Is it possible to instruct the ApplicationStateManager to manage it's sessions using something else than a HTTP based request (i.e. Whether its *HttpServletRequest* or Tapestry's * Request*) ?
This has been fruitful discussion, thanks a lot :) *---------------------* *Muhammad Gelbana* Java Software Engineer On Fri, Aug 30, 2013 at 12:28 PM, Lance Java <lance.j...@googlemail.com>wrote: > IMO using the session in a webservice is a bad idea. It's much better to > keep it stateless and pass the required info in each request. >