Yakir Havin
Results
2
comments of
Yakir Havin
> Having the same issue. Solution I'm using: > > ``` > class FixedAuthenticate(stauth.Authenticate): > def _implement_logout(self): > # Clears cookie and session state variables associated with the logged in...
> > This works well for avoiding the fatal error, but it looks like authentication status isn't maintained because the cookie isn't found. So I have to log in every...