users, you will not be logged out again. the logouts were due to me clearing server-side sessions due to flask-sessions assigning random sessions to random requests.
shit seriously annoyed me and the bug has effectively killed the site.
the only reason it took me this long to fix is I assumed that SURELY something as widely used as flask-session would not cause these sorts of issues, and it should be an easy fix.
it didn't help anything that the bug manifested in an identical fashion to if cached views were being served.
shit hit at the worst time it possibly could have with me being in cali as well
flask is built with the assumption that sessions will be client-side anyway. shit should be fixed 100% now