CodeIgniter's implementation of ________ tokens is an effective measure against CSRF attacks.

  • CSRF
  • Form
  • Random
  • Security
CodeIgniter uses CSRF (Cross-Site Request Forgery) tokens to protect against CSRF attacks. These tokens are unique and specific to each user session, making it difficult for attackers to forge requests on behalf of users.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *