CodeIgniter Forums
CSRF multiple tab issue on chrome - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: CSRF multiple tab issue on chrome (/showthread.php?tid=68354)



CSRF multiple tab issue on chrome - tereaksmey123 - 06-27-2017

i have set "csrf_regenerate=FALSE'' for multiple tab. but on chrome i have no idea why it not work it alway give  '' The action you have requested is not allowed. '' no matter i have set "csrf_regenerate=FALSE'' ...To make it work on chrome i have to disable this CSRF this is not what i want to do. any had same problem and have a solution to fix ? thank in advance

*** Note : on Wamp there is no problem but when on real server it happen on chrome only.


RE: CSRF multiple tab issue on chrome - InsiteFX - 06-28-2017

You could create your own tokens and use a hidden field on your forms.