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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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.