Welcome Guest, Not a member yet? Register   Sign In
How to remove a cookie?
#1

[eluser]ShoeLace1291[/eluser]
I've read the section on the input class in the user guide. Maybe I'm just missing it. How do I remove cookie data?
#2

[eluser]eoinmcg[/eluser]
http://ellislab.com/codeigniter/user-gui...input.html

scroll down to $this->input->set_cookie()

and you'll see this
Quote:To delete a cookie set it with the expiration blank.
#3

[eluser]DuncanCox[/eluser]
hey I tried this code but it did not work. Is there any other method to delete cookie?
#4

[eluser]eoinmcg[/eluser]
have your tried using the delete_cookie() function in the cookie helper?
#5

[eluser]InsiteFX[/eluser]
Subtract the time from the time you set!

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB