Welcome Guest, Not a member yet? Register   Sign In
Session loaded multiple times
#2

It is not an error. It's only a bit of info you can use to optimize your code. As the message says, the attempt is ignored and the session is not loaded again.

Even though you cannot find it, there must be a line of code that runs $this->load->library('session');

What piece of code is always executed? Look in those places for redundant load attempt.
Reply


Messages In This Thread
Session loaded multiple times - by simoon - 02-11-2020, 06:39 AM
RE: Session loaded multiple times - by dave friend - 02-11-2020, 11:01 AM
RE: Session loaded multiple times - by simoon - 02-13-2020, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB