Welcome Guest, Not a member yet? Register   Sign In
keep_flashdata bug? [urgent help needed]
#1

[eluser]PoWah[/eluser]
I dont get whats wrong. On my local machine (windows) keep_flashdata works as expected - it keeps the data in session, but on the production server (linux) it does NOT keep the data :/
Tested with firefox on both. Can somebody explain what influences that behavior?


Code:
function bid()
{
    // ...
    $this->session->set_flashdata("cb", $confirm_data);
    redirect('auction/bid_confirm');
    // ...
}

function bid_confirm()
{
    // ...
    $confirm_data = $this->session->flashdata("cb");
    if (!$confirm_data)
    {
    redirect('');
    exit;
    }
    $this->session->keep_flashdata('cb');
    // ...
}


Messages In This Thread
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 05:07 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 05:19 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 05:47 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 06:30 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 06:38 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 07:07 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 07:47 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 08:44 AM
keep_flashdata bug? [urgent help needed] - by El Forum - 03-16-2009, 08:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB