cyberbit / modation

Soundation, amplified.
https://cyberbit.github.io/modation
2 stars 2 forks source link

Actions making session expire #105

Open cyberbit opened 8 years ago

cyberbit commented 8 years ago

Sometimes, clicking an action button in a notification will cause the user to be logged out of Soundation. My best guess is that the server is rejecting requests that are not formatted correctly, so I need to review the form submissions to make sure that they are fully compliant to the Soundation paradigm.

cyberbit commented 8 years ago

It's happened twice so far with dismissing follow notifications, so that's probably a good place to start.

cyberbit commented 6 years ago

This probably has to do with a CSRF token not being sent properly.