"Sylvain Wallez" <[EMAIL PROTECTED]> wrote: > Some people asked in the past why continuations ID had to be transmitted > through URL rewriting or request params and couldn't be stored in > cookies. The answer was exactly about the problem you mention above : a > cookie, as the session, are unique for a given browser, and this is not > suitable to store a continuation id which identifies both a flow > instance and a location in that flow instance. > > Hope this makes things clearer.
Indeed it does... Working too much lately and loosing it slowly slowly :-) Pier