session problem |
i have problem in sessions.
PHP Code: $this->obj->session->set_userdata("Auth", "Y"); The above code i am using for session init. Sometimes automatically each page asks for login i don't know what happen. Once i clear cookies and recent history in my browser it works fine. May i know what is the problem and also i have give below the logout code. PHP Code: $this->session->sess_destroy(); |
Messages In This Thread |
session problem - by vidhyaprakash85 - 10-14-2015, 06:47 PM
|