i made a method to prevent from "form crf attack" by saving random token value in session and form , and in "post action" i compare the two values , .. i puted the comparison function at the top of every php page ,
my question is : if the comparision process faild , and the token session value and from token value are not the same ! , so then what action which the script must do ? is to stop script work by "die();" ? or what is the best action to do ?
thanks,