Is there a javascript or php code to remove browsing history?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
chrisalviola
Messages
80
Reaction score
0
I want to remove my clients browsing history every time they access new pages from my website. is there any code, i keep searching the net and i can't find one.
 
Physics news on Phys.org
No. Javascript does not allow you to remove a persons browsing history. PHP is server side and doesn't involve the browser directly.
 
chrisalviola said:
I want to remove my clients browsing history every time they access new pages from my website.
Why would you want to do this?

The client's browser and browser data is their property. Philosophically, what you are trying to do is misguided.