On Mon, Aug 3, 2009 at 3:39 PM, Darren Hague<[email protected]> wrote: > I wonder if a possible solution would be to allow a timestamp to be passed > into the API calls?
This is something I'd like to explore and is built into HTTP as the If-Modified-Since and Last-Modified headers. I'm not sure it gets us as far as the current implementation with sessions does and I'm not sure how long-polling could be worked into this scheme, so there's definitely a lot to consider still. Ethan
