You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing the same issue here.
The problem is that behavior of flushing request session was changed in Django 1.8:
Changed in Django 1.8: Deletion of the session cookie is a behavior new in Django 1.8. Previously, the behavior was to regenerate the session key value that was sent back to the user in the cookie.
Hence no session_key is provided when creating an AnonymousAnswer object..
I'm totally new to askbot (started to play with it yesterday), so not really sure what a good solution would be in that case ?
Activity
evgenyfadeev commentedon Mar 6, 2016
Have you tried enabling the debug mode with "DEBUG=True" in the settings.py?
amirgon commentedon Mar 6, 2016
With "DEBUG=True" I get the following error:
Ptosiek commentedon Mar 8, 2016
Facing the same issue here.
The problem is that behavior of flushing request session was changed in Django 1.8:
Hence no session_key is provided when creating an AnonymousAnswer object..
I'm totally new to askbot (started to play with it yesterday), so not really sure what a good solution would be in that case ?
fixes #568, post question or answer before logging in