I have a page that redirects users to another website via PHP's header() function. However, I want to empty the HTTP_REFERER variables of users before sending them to that website.
What is the most reliable way to do this? I guess PHP can't help since HTTP_REFERER is a client-side variable. Maybe JavaScript then? Is there a lightweight library for that?