Question
Prevent Multiple Access
I dont really know how to explain this but I'll just put the
scenario in
I have an application hosted in 192.168.1.7 and another in 192.168.1.6. Both of them have their own login structure.
Right now, 192.168.1.7/Website has an iframe that contains 192.168.1.6/Website/LoggedIn. Is there a way to prevent the user from directly accessing 192.168.1.6/Website/LoggedIn without going through the IFrame.
I have an application hosted in 192.168.1.7 and another in 192.168.1.6. Both of them have their own login structure.
Right now, 192.168.1.7/Website has an iframe that contains 192.168.1.6/Website/LoggedIn. Is there a way to prevent the user from directly accessing 192.168.1.6/Website/LoggedIn without going through the IFrame.
