@ralphmorris I get them every once in a while from my apps that contain auth. I use BugSnag and from there I can see who the user is, what device, browser. I figured out real quick that the same folks would have it happen. It turns out that they have some type of cookie/session cleaning app running for privacy. That is about all I know for this occasional issue. Another is with Guzzle, sometimes it fails and throws an error but the person completes the request directly afterward.
Just double check that you have your forms set up correctly with the token and that if using AJAX, you send it as a header or put a meta tag in the document head. Oh, yea, Opera mobile causes more than a few of those two errors.