My site wont work with Phalcon CSRF, becuase when ever there is a ajax request that class the token, it changes.
So i was wondering if it's a bad idea to make a custom key when the user logs in, save it to the session and check if form and session key is the same? But the key only changes on logins, and not with every request.
Hope you understand!