Welcome Guest, Not a member yet? Register   Sign In
CI4 delete_cookie not work
#1

CI4 rc3


Code:
helper('cookie');
$c = array(
    "name" => "cookie_name",
    "value" => "cookie_value",
    "expire" => 0
);

set_cookie($c);

work fine.

but:
Code:
delete_cookie("cookie_name");

not work?

thnx.
Reply
#2

You should file a bug report on GitHub for this bug.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB