When I use java servlets I often use the servlet context to store some global objects that are accessible to all servlets in the container. Is there an equivalent in web.py? I found a post from a couple years ago that involved modifying web.py, but I'm not too keen on that. I looked over the doc, but didn't see anything that quite matched.
Post I mentioned: http://groups.google.com/group/webpy/browse_thread/thread/ee0bf415672b0f/e7ac0bbc02d9b779?lnk=gst&q=global#e7ac0bbc02d9b779 Thanks in advance, Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
