[web2py] session.connect()

2019-03-27 Thread 'Annet' via web2py-users
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

[web2py] session.connect() on 127.0.0.1 or on domain.

2014-07-01 Thread Annet
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