On Fri, Oct 30, 2009 at 11:16 PM, jlist9 <[email protected]> wrote:
>
> That's right. I haven't studied the code to find out how a session is
> associated with a request.

I'm also a web-py newbie, but  session data  should be available to
all requests of the same client.

There's something called context in web.py that does probably exactly that.

Sharing data  between different clients through anything but the
database is quite unusual and probably not available.

Henning

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to