Ask a Question related to ASP.NET Security, Design and Development.
-
Mike #1
RedirectFromLoginPage, use location.replace instead?
Hey-
I have a web app I'm writing where I cannot allow there to be any pages
loaded into the history during the course of going from page to page. This
for the most part is no problem. I just make all my links call a function
that does a javascript location.replace() instead of just navigating to
these pages.
The problem is where I have my login page. When I do a
RedirectFromLoginPage(username, true) on the back end, it just navigates to
that next page regularly, which then has a page in the history, and if the
user were to hit "BACK" they could go to this page.
Is there any way you know of that I can make the RedirectFromLoginPage do a
location.replace instead of just a normal navigate? Please let me know.
Thanks!
--
Mike
Mike Guest
-
Error: That location is controlled by another site.Please choose another location
Hi, I was wondering if anybody came across this error before: "That location is controlled by another site. Please choose another location" I am... -
calling Javascript: location.replace('url') inside Flash not working..
Hello, I'm trying to call a Javascript statement via Flash but it will not work the way it normally does when I call it in plain HTML. I'm... -
RedirectFromLoginPage not redirecting
I'm attempting to use Forms/Roles based authentication and authorization. A subdirectory's web.config allows only "Admin" roles and it does kick... -
Search and replace (super global replace)
I am using the 30 day trail of acrobate professional....before I buy it I have a few questions.... 1) is there a "search and replace" function... -
how to? document location replace
Check my sig, you should find some answers. You may also want to go to http://www.apptools.com/rants/framesevil.php to see where you're heading...



Reply With Quote

