I have login page(which is in asp) on my website which is default page.If I logged in ,it will redirct to www.sitename.com/filename.html. This file is in pure html, javascript . But suppose someone type this url i.e. www.sitename.com/filename.html directly in address bar he can view this page without login if I am right.How can I avoid this?
I dont want to build these all html pages again in asp. Is there any javascript validation/cookies to avoid this situation.Pleas e suggest.
I dont want to build these all html pages again in asp. Is there any javascript validation/cookies to avoid this situation.Pleas e suggest.
Comment