CSRF Enable not working on mobile - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: CSRF Enable not working on mobile (/showthread.php?tid=84860) |
CSRF Enable not working on mobile - arkanoid - 11-17-2022 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? |