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

[eluser]Jaymey[/eluser]
Quote:I’m just getting desperate to solve this.

LOL, me too...

I can't delete this damn cookie no matter what I do. It's not a code igniter problem cause I can't delete it with normal PHP either. I suspect it's something to do with how I'm setting the cookie.

I have modified the code so that it deletes the cookie right after it has created it, and it still won't delete...

Code:
$cookie = array(
'name'   => 'autologin',
           'value'  => $hash,
          'expire' => '86400',
           'domain' => 'mydomain.com.au' ,
           'path'   => '/',
           'prefix' => 'usnap_',
       );

set_cookie($cookie);
delete_cookie("usnap_autologin");


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