Welcome Guest, Not a member yet? Register   Sign In
[Solved] Codeigniter & google chrome CSRF works fine in firefox
#2

(This post was last modified: 12-24-2016, 12:38 AM by wolfgang1983.)

Solution for me now both browsers work fine now.

I have had to create a vHost instead of just using normal localhost.

And then on


PHP Code:
$config['cookie_prefix']    'ci_';
$config['cookie_domain']    '.dev_project.com';
$config['cookie_path']        '/';
$config['cookie_secure']    FALSE;
$config['cookie_httponly'    TRUE



It's fun learning what works and does not. Not sure why vhost better?
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Codeigniter & google chrome CSRF works fine in firefox - by wolfgang1983 - 12-24-2016, 12:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB