|
Hi all,
I am currently maintaining a website using session cookies as my security check. If the page cannot find the session cookies, it will prevent the user to view the page.
It works fine most of the time, however, if I use iframe on the page, the whole thing crop up. As long as I have the URL to the page containing iframe content, anyone can jus get in and view the content, is there a way to fixed this?
How do I detect unauthenticed user viewing my pages when I am using iframe? Thank you in advance!
|