Welcome Guest, Not a member yet? Register   Sign In
Setting $cookieSecure = true;
#4

your form looks valid to me

another reason could be the access type
-> secure cookie only works in https requests

so for http you need to disable secure cookie ( or disable http access with $forceGlobalSecureRequests

this is handled in CodeIgniter\Security\Security:241 ( CSRFSetCookie )
Reply


Messages In This Thread
Setting $cookieSecure = true; - by donpwinston - 02-20-2019, 11:08 AM
RE: Setting $cookieSecure = true; - by puschie - 02-22-2019, 03:14 AM
RE: Setting $cookieSecure = true; - by puschie - 02-25-2019, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB