Welcome Guest, Not a member yet? Register   Sign In
Cookie helper not work ???
#1

[eluser]Le Bang[/eluser]
when i run code

Code:
$this->load->helper('cookie');
        
        $cookie = array(
                   'name'   => 'The Cookie Name',
                   'value'  => 'The Value',
                   'expire' => '86500',
                   'domain' => '.some-domain.com',
                   'path'   => '/',
                   'prefix' => 'myprefix_',
               );

        set_cookie($cookie);

I have a error. Sad(

A PHP Error was encountered

Severity: Warning

Message: Cookie names can not contain any of the folllowing '=,; \t\r\n\013\014' (myprefix_The Cookie Name)

Filename: helpers/cookie_helper.php

Line Number: 92


Messages In This Thread
Cookie helper not work ??? - by El Forum - 10-27-2008, 04:14 AM
Cookie helper not work ??? - by El Forum - 10-27-2008, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB