Welcome Guest, Not a member yet? Register   Sign In
problem with session pff help me
#1

[eluser]MrAmine[/eluser]
why my code its not working
Code:
class Login extends CI_Controller{
    function index(){
      $session = $this->session->userdata('username');      
      if(isset($session)){
          redirect('homepage');
        }else{
           redirect('loginpage');
          }
     }
}


Messages In This Thread
problem with session pff help me - by El Forum - 04-15-2011, 08:41 AM
problem with session pff help me - by El Forum - 04-16-2011, 01:02 PM
problem with session pff help me - by El Forum - 04-20-2011, 08:01 AM
problem with session pff help me - by El Forum - 04-20-2011, 08:04 AM
problem with session pff help me - by El Forum - 04-21-2011, 08:24 AM
problem with session pff help me - by El Forum - 04-23-2011, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB