Hi guys,
is there anyway to unset $_SERVER than to close the browser?
I have tried
unset ($_SERVER['PHP_AUTH_USER'] );
or even
unset ($_SERVER);
it unset but after you have refreshed it the $_SERVER comes back again.
Hope to hear from you guys.Thanks