I use web.py to build my restful web services. I have two urls mapping to two different classes, and all these are written in on python script file. I use a global dict as cache, I put some thing in the dict cache in the first calss's GET method, and I want to get the data in second class I just put. but I got the dict empty. I don't konw why. Can some one help me? Thanks
-- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/Zv7d8OswiSUJ. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.