Hello agian, I was eager to try out the session functionality in web.py but am not really sure how to go about doing this. Having consulted the cookbook I've found the Working with Sessions-example.
In this example, the app-object is passed as an argument to the session initialization, and the session-object is then used globally by the other classes _in this file_. How would I go about if I wanted to initialize or at least use a session object in a different file where I no longer have the app-reference? Is there some obscure reference to the current application somewhere within the web-package? Thank you, Adam -- 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/-/GyuekdV6G9EJ. 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.
