CSRF Protection for Small PHP Applications - Require More Than a Session Cookie
A settings form can require a valid login and still accept a request the user never meant to send. The session cookie tells the server which browser session is making the request, but it does not necessarily tell the server which page caused that browser to s…
Read article