How to share sessions between modules on a Google App Engine Python application?
问题 I'm trying to make a basic app on Google App Engine with two modules using Google App Engine Modules(https://developers.google.com/appengine/docs/python/modules/) and They share session information between the modules: Modules: Module 1 - Login Page: a basic page with a login form where if is a valid user I create a session and then the user is redirected to the dashboard page(Module 2) Module 2 - Dashboard Page: a page that show a message if the module can read the data in the session