In my Yii2 application there is a form that users submit. The site has CSRF validation turned but if the user has cookies disabled, an error is thrown. What is the best way to handle a situation like this? I don’t really want to disable CSRF validation but I need to be sure that the form is only submitted from my site. There is no login process involved. It is simply a one-time use situation for the user. Thanks.