Welcome Guest, Not a member yet? Register   Sign In
ci session not working with firefox....
#3

[eluser]gigas10[/eluser]
You forgot session_start();
Code:
<?php
    class Holiday extends Controller {

    function Holiday()
    {
        parent::Controller();
        session_start();
        $this->load->model($this->config->item('holiday_model'), 'holiday', TRUE);
    }

Don't worry I've done this like 4 times and I'm always baffled for a couple hours as to what is going wrong.

:-D


Messages In This Thread
ci session not working with firefox.... - by El Forum - 01-05-2010, 07:55 AM
ci session not working with firefox.... - by El Forum - 01-05-2010, 07:59 AM
ci session not working with firefox.... - by El Forum - 01-05-2010, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB