We want to add CSRF protection for our AJAX enabled Web services. But some of the Web services have disabled Session state. So how to handle this?
The post Sesionless CSRF protection (double submit cookies) talks about this and it points to use cookies. But as this post Anti-CSRF cookie? points, using cookie may not be a good idea.
Can someone please point to me towards the right way to go here?
Thanks in advance!