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
If a POST, PUT, DELETE, PATCH fails the storage limit is not enforced. I set the storage limit to one in the hopes that always only one valid CSRF token was available. But when the check failed it didn't enforce the limit thus making two CSRF available at the same time.
The text was updated successfully, but these errors were encountered:
A somewhat related clarification since I don't understand sessions very well. Currently (v1.2.1), storage limit defaults to 200. What happens if more than 200 people are accessing the site?
If a POST, PUT, DELETE, PATCH fails the storage limit is not enforced. I set the storage limit to one in the hopes that always only one valid CSRF token was available. But when the check failed it didn't enforce the limit thus making two CSRF available at the same time.
The text was updated successfully, but these errors were encountered: