To follow up with an old post about handling continuation ids as request parameters and how that could cause caching problems:
I wrote a quick set of changes to add the continuation id as a cookie in the setup method of one of my generators as follows:
...wait a minute!
Continuations cannot work with cookies or sessions. The continuations id is per individual page!
Or did I miss here something? -- Torsten
