Definition:
Hidden ID Field - A hidden unique ID field in an HTML form to protect against Cross-site Request Forgery (CSRF) vulnerabilities. Implemented in Ruby on Rails with the protect_from_forgery feature.
By Michael Morin, About.com Guide
Hidden ID Field - A hidden unique ID field in an HTML form to protect against Cross-site Request Forgery (CSRF) vulnerabilities. Implemented in Ruby on Rails with the protect_from_forgery feature.