Welcome Guest, Not a member yet? Register   Sign In
unable to create session cookie
#1

[eluser]basty_dread[/eluser]
I have downloaded a new copy of Codeigniter 1.7.2
and uploaded it to my testing server
everything is configured then i tried this piece of code

Code:
function Welcome(){
        parent::Controller();    
        $this->load->library('session');
        $this->load->helper('url');
    }
    
    function index(){
        $data['user'] = "testing";
        $this->session->set_userdata($data);
        redirect('welcome/check');
    }
    function check(){
        echo $this->session->userdata('user');
    }
this should output "testing" when i run this code.
but nothing happens.

i am using google chrome browser v.5.0.375.127


Messages In This Thread
unable to create session cookie - by El Forum - 09-01-2010, 08:09 PM
unable to create session cookie - by El Forum - 09-02-2010, 02:04 AM
unable to create session cookie - by El Forum - 09-03-2010, 12:39 AM
unable to create session cookie - by El Forum - 09-03-2010, 12:45 AM
unable to create session cookie - by El Forum - 09-03-2010, 12:57 AM
unable to create session cookie - by El Forum - 09-03-2010, 01:01 AM
unable to create session cookie - by El Forum - 09-03-2010, 03:04 AM
unable to create session cookie - by El Forum - 09-03-2010, 03:22 AM
unable to create session cookie - by El Forum - 09-03-2010, 04:47 AM
unable to create session cookie - by El Forum - 12-04-2010, 05:40 PM
unable to create session cookie - by El Forum - 12-04-2010, 06:20 PM
unable to create session cookie - by El Forum - 12-04-2010, 06:30 PM
unable to create session cookie - by El Forum - 12-05-2010, 10:34 AM
unable to create session cookie - by El Forum - 12-05-2010, 10:38 AM
unable to create session cookie - by El Forum - 12-06-2010, 01:34 AM
unable to create session cookie - by El Forum - 12-06-2010, 05:00 AM
unable to create session cookie - by El Forum - 12-06-2010, 08:08 AM
unable to create session cookie - by El Forum - 12-14-2010, 06:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB