> I personally think that sessions should always be available from the 
> flow, because I never felt the need to use flow without keeping some 
> form of state but you seem to imply that your experience is different.
> 
> Can you show us how?

I have a simple site where I'm using flow (for the first time). It is a
single page site, with a form that the user can submit to change the info
presented on the page. The page uses SendPage(), and doesn't use
continuations, as all of the 'global' data is passed back and forward via
a form on the page itself. So no global variables are needed. 

As no global variables are needed, no session is needed.

It's a pretty trivial example, but to my mind it is a site that uses flow
but doesn't need sessions. Or am I doing something wrong ;-)

Regards, Upayavira

Reply via email to