Welcome Guest, Not a member yet? Register   Sign In
$this->session->set_flashdata inserting the wrong data.
#2

[eluser]karael[/eluser]
Try without using index if it doesn't work. Just like this:

Code:
public function index()
{
  $this->index2_exemple();
}

public function index2_exemple()
{  
    if($this->input->cookie('disclaimer_seen_token'))
    {
        $this->load->view('home');

    } else {

        redirect('disclaimer');
    }

}


Messages In This Thread
$this->session->set_flashdata inserting the wrong data. - by El Forum - 07-16-2013, 06:21 AM
$this->session->set_flashdata inserting the wrong data. - by El Forum - 08-14-2013, 09:27 AM
$this->session->set_flashdata inserting the wrong data. - by El Forum - 08-14-2013, 02:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB