Welcome Guest, Not a member yet? Register   Sign In
Cookies not setting
#1

[eluser]jvk22[/eluser]
I'm trying to set a cookie using the input class, but no cookie is generated. Here's the code

Code:
if($this->uri->segment(3) != '')
        {
            $tc = array(
                'name'   => 'r_id',
                'value'  => 'sdfsdfsdf',
                'expire' => '86500',
                'domain' => '.'.site_url(),
                'path'   => '/',
                'prefix' => '',

            );

             $this->input->set_cookie($tc);
        }

        echo $this->input->cookie('r_id');


Messages In This Thread
Cookies not setting - by El Forum - 05-09-2011, 04:19 PM
Cookies not setting - by El Forum - 05-10-2011, 02:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB