Does anybody know of a way to make it so that the user can't click File->New Window to open another window with a cached version of a page. I'm making a page with a shopping cart that uses a session ID passed to every page in a form variable and I don't want the user to be able to open a new window using the file menu and thus have two windows open with the same session ID.
I don't literally have to disable the new window function. I just need a way for the new window to not cache the page and therefore run everything as if the user had opened the browser off of their desktop. A way to detect when the user clicks File->New Window would suffice as well.
I don't literally have to disable the new window function. I just need a way for the new window to not cache the page and therefore run everything as if the user had opened the browser off of their desktop. A way to detect when the user clicks File->New Window would suffice as well.