Welcome Guest, Not a member yet? Register   Sign In
delete_cookie not working
#14

[eluser]Jhourlad Estrella[/eluser]
Guys, I'm not sure if I'm exactly right here but I think it's got to do something about how CI's constructs sessions and cookies. Consulting config.php you'll find an entry that says 'cookie_prefix'. I guess simply instructing CI to

Code:
delete_cookie('my_cookie_name')

tells it to just delete a cookie named 'my_cookie_name', which I think is, non-existent because the actual cookie name for the cookie might be 'my_cookie_prefix_my_cookie_name'.

I believe the one below is the more appropriate approach:

Code:
delete_cookie('user', null, null, $this->config->item('cookie_prefix'));

Can anybody please confirm? If my speculation is right, it might help a lot of coders out there on this issue.

Thanks.


Messages In This Thread
delete_cookie not working - by El Forum - 06-12-2009, 11:28 AM
delete_cookie not working - by El Forum - 06-12-2009, 11:35 AM
delete_cookie not working - by El Forum - 06-12-2009, 11:47 AM
delete_cookie not working - by El Forum - 06-12-2009, 11:54 AM
delete_cookie not working - by El Forum - 06-12-2009, 12:50 PM
delete_cookie not working - by El Forum - 06-12-2009, 01:01 PM
delete_cookie not working - by El Forum - 06-12-2009, 01:37 PM
delete_cookie not working - by El Forum - 06-12-2009, 01:41 PM
delete_cookie not working - by El Forum - 06-13-2009, 06:49 AM
delete_cookie not working - by El Forum - 07-23-2009, 11:36 AM
delete_cookie not working - by El Forum - 07-23-2009, 11:50 AM
delete_cookie not working - by El Forum - 07-23-2009, 11:56 AM
delete_cookie not working - by El Forum - 07-23-2009, 12:02 PM
delete_cookie not working - by El Forum - 03-08-2011, 11:12 PM
delete_cookie not working - by El Forum - 03-09-2011, 12:17 AM
delete_cookie not working - by El Forum - 03-09-2011, 12:52 AM
delete_cookie not working - by El Forum - 03-09-2011, 01:05 AM
delete_cookie not working - by El Forum - 03-09-2011, 01:10 AM
delete_cookie not working - by El Forum - 03-09-2011, 05:52 AM
delete_cookie not working - by El Forum - 03-09-2011, 09:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB