Welcome Guest, Not a member yet? Register   Sign In
Difficulties with autoload session
#1

(This post was last modified: 07-17-2021, 04:59 PM by Iosef.)

In my base controller under the line parent::initController($request, $response, $logger); I added this other:

$session = \Config\Services:Confusedession($config)

However Im trying to use flash data in my login controller and Im getting the following error:
Call to a member function setFlashdata() on null

It looks that what I did was not enough to have session autoloaded in every controller. What am I missing?
Reply


Messages In This Thread
Difficulties with autoload session - by Iosef - 07-17-2021, 04:58 PM
RE: Difficulties with autoload session - by Iosef - 07-17-2021, 11:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB