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

You can also use the session helper method.
PHP Code:
session()->setFlashdata('item''value'); 

BaseController:
PHP Code:
    if (session_status() == PHP_SESSION_NONE)
 
    {
 
    $this->session Services::session();
 
    



Try that.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB