In the logout method of your main site, add the following lines where 'HOSTNAME' is your web address:setcookie('Vanilla', ' ', time() - 3600, '/', HOSTNAME); unset($_COOKIE['Vanilla']);
setcookie('Vanilla', ' ', time() - 3600, '/', HOSTNAME); unset($_COOKIE['Vanilla']);
hi. where do i place this code exactly?
Comments
hi. where do i place this code exactly?