PDA

View Full Version : Unset vbsetcookie


woostar
10 Apr 2008, 11:30
I've set a cookie using:-


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Is there a vbulletin function to unset this cookie... or what would be the correct vb way to delete it?

Regards,
W.>

Dismounted
10 Apr 2008, 12:51
If you are referring to "deleting" the cookie, you can't in PHP. To kill it, just overwrite it.


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

woostar
10 Apr 2008, 13:48
thanks for that (dunno why I didn't figure that myself) :)