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

PHP Code:
$data = [  
    
'useragent' => $this->agent->agent_string()  
];  
  
$this
->session->set_userdata('user'$data);   
With this I figured out. But still took a class of sessions from CI2
Probably decided.
Reply


Messages In This Thread
Session hook - by Wertos - 01-09-2018, 11:03 AM
RE: Session hook - by InsiteFX - 01-10-2018, 08:35 AM
RE: Session hook - by Wertos - 01-10-2018, 09:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB