Welcome Guest, Not a member yet? Register   Sign In
CI4 Session Path
#3

(03-15-2021, 09:45 PM)kenjis Wrote: Did you initialize session?
https://codeigniter4.github.io/CodeIgnit...-a-session

Yes I did, thank you for the reply..

After a very tiresome night, I fould the one at fault

Code:
app.cookieSecure = true
app.cookieHTTPOnly = true
app.cookieSameSite = 'Lax'


The cookie was not being set. I set app.cookieSecure to false.

Adapting to CI4 from CI3 is hard
Reply


Messages In This Thread
CI4 Session Path - by ame3r - 03-14-2021, 10:12 PM
RE: CI4 Session Path - by kenjis - 03-15-2021, 09:45 PM
RE: CI4 Session Path - by ame3r - 03-18-2021, 12:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB