Every time when I\'m going to my signup page, I\'m receiving this error
Session data corrupted
when I\'m trying to signup anyway, POST re
You are getting this error because of this line: https://github.com/django/django/blob/master/django/contrib/sessions/backends/base.py#L109
Apparently, there's something went terribly wrong with encryption of session data.
How to fix it? I'm not sure, I have a couple of ideas though: