Problem Statement
How can PHP applications protect against CSRF attacks?
Explanation
A CSRF token is a random, unique value added to each form or request. The server verifies it to ensure the request came from a trusted source, preventing forgery attacks.
Practice Sets
This question appears in the following practice sets:
