Welcome Guest, Not a member yet? Register   Sign In
simple problem with session (login)
#2

(This post was last modified: 07-02-2016, 08:14 AM by arma7x.)

What is $this->session->userdata('logged_in') value? Have your dump $_SESSION? You can set session userdata by using $this->session->set_userdata('some_name', 'some_value'). The userdata() method returns NULL if the item you are trying to access does not exist.
KeepĀ calm.
Reply


Messages In This Thread
simple problem with session (login) - by Sarog - 07-02-2016, 05:35 AM
RE: simple problem with session (login) - by arma7x - 07-02-2016, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB