Welcome Guest, Not a member yet? Register   Sign In
Problem with Cookies not saving
#5

[eluser]InsiteFX[/eluser]
I just tested this on my Windows 7 Pro running IE9 switched to IE8 and IE7 modes doing a refresh and the cookie shows up in my developer tools!
Code:
$cookie = array(
    'name'   => 'Projects',
    'value'  => '325',
    'expire' => '2410000'
);

$this->input->set_cookie($cookie);

InsiteFX


Messages In This Thread
Problem with Cookies not saving - by El Forum - 03-31-2011, 05:36 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 07:10 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 07:40 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:06 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:07 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:29 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:37 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB