Does the problem go away if you store sessions in the database? If so, it would tend to indicate a file permissions problem.
Put this line in db.py right after the line instantiating DAL: session.connect(request, response, db, masterapp=None) On Oct 8, 2:19 am, MidGe <[email protected]> wrote: > "Unfortunately, Python deployment remains tricky, especially on shared > hosting." > > Interesting. pbreit, as Python is pretty much new for me too. I find this > tethering on the edge of an abyss a very strange stance > in software development deployment and very different from anything I have > ever done before in the field! Amazing perhaps but bizarre for sure, I'd > call it... :)

