I'm working with Codeigniter 3 last version and i Activate CSRF protection.
From desktop browser everything works correctly but if I try to work from mobile CSRF activates the protection and gives me an error.
I tried to disable CSRF and everything works, so there seems to be a mobile CSRF problem, how can I fix it?