Recently I found out about CSRF attacks and was happy to find out that CSRF protection was added to Codeigniter v 2.0.0.
I enabled the feature and saw that a hidden
When csrf protection enabled security class checks this token automatically (it compares POST token with COOKIE token)