RedirectFromLoginPage, use location.replace instead?
From: Mike (spamrepository_at_thenullset.com)
Date: 08/26/04
- Next message: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: ASP.NET with ADirectory role based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 14:56:34 -0500
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
- Next message: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: ASP.NET with ADirectory role based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|