Welcome Guest, Not a member yet? Register   Sign In
Cannot Create Session
#3

(12-14-2022, 11:54 PM)InsiteFX Wrote: Somewhere in your code is outputing to the view before you create the session.

Check your code for output to the screen ( view ).

It means that the headers have already been sent before you used the session.

Start at your BaseController and work upwards to your other Controllers.

Place an ( exit(); ) in your code to check for the output to the view.

Thanks. I had a <<?php in one of my app/Config/Boot files.
Simpler is always better
Reply


Messages In This Thread
Cannot Create Session - by donpwinston - 12-14-2022, 07:01 PM
RE: Cannot Create Session - by InsiteFX - 12-14-2022, 11:54 PM
RE: Cannot Create Session - by donpwinston - 12-15-2022, 03:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB