People often copy url's from the addressbar.
Sometimes (mostly the second page that is called in a session) PHP adds PHPSESSID's to any link on a page.
ex:
Suppose I detect this in javascript and then reload the page. It would get rid of the ID, but what would happen if someone has turned off cookies etc.?
It does not seem a save way.
Does anyone have experiences or knows of another way?
Sometimes (mostly the second page that is called in a session) PHP adds PHPSESSID's to any link on a page.
ex:
Suppose I detect this in javascript and then reload the page. It would get rid of the ID, but what would happen if someone has turned off cookies etc.?
It does not seem a save way.
Does anyone have experiences or knows of another way?