Advertisement
Guest User

Untitled

a guest
Jan 14th, 2012
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. setcookie('Vanilla',' ',time()-3600,'/','.example.com');
  2. setcookie('Vanilla-ConnectFlood',' ',time()-3600,'/','.example.com');
  3. unset($_COOKIE['Vanilla']);
  4. unset($_COOKIE['Vanilla-ConnectFlood']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement