I have two applications one init and one cms. In init I have
a few functions for which the user needs to be logged in.
These functions only read from the database they do not
write to the database.
I thought I could use
session.connect(request, response, masterapp="cms")
to share the fact that a
I have a front-end (init) and a back-end (myleoneuxs) application in db.py
of the init application I set:
session.connect(request, response, masterapp="myleonexus")
so they share the same session.
The init application has the following menu items:
{{if auth.is_logged_in():}}
myLeonexus
{{els
2 matches
Mail list logo