Upgrading from Python2 to Python3 changes the way the cookie signatures are generated if I remember correctly. So authentication tokens created on PY2 don't work on PY3 and the user will have to reach to /logout_handler to delete the old cookie and enable the new one (or clear cookies).
That might be the problem you are facing. On Wed, Feb 5, 2020 at 3:03 AM MHCPU <[email protected]> wrote: > "Private" or "incognito" browser window or tab, that is. > > Matthew > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/turbogears/d90385a7-3293-40ee-9d2b-93b671e1c3ec%40googlegroups.com > <https://groups.google.com/d/msgid/turbogears/d90385a7-3293-40ee-9d2b-93b671e1c3ec%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbogears/CAJfq2JEZutqTFT5ejJETkPFomMNkYpmMC77Vyz7T6tTgojaSZw%40mail.gmail.com.

