slimphp / Slim-Csrf

Slim Framework CSRF protection middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reducing the storage limit doesn't enforce it until the next successful request

Dravere opened this issue · comments

Minor issue, but setting the storage limit to a smaller number won't change the storage at all. It will only be reduced when the next successful request goes through. If issue #47 is resolved it would be simply the next request.