I've got a frames site (html pages) that needs to be secure. To get to this application, the user must go through a secure ASP application that sets a value to a session variable. Problem is, when they click into this HTML frames-based site I can't really redirect the user to my login page if they aren't logged in since my asp is server side.
I want to check a session variable and if a value does not exist, send the user back to login.asp and use the entire window, not just the current frame.
What javascript can I use and where would I place it?
I want to check a session variable and if a value does not exist, send the user back to login.asp and use the entire window, not just the current frame.
What javascript can I use and where would I place it?