Re: forms authentication redirect problem
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 06:54:44 +0000 (UTC)
RedirectFromLoginPage simply call 2 APIs that you can call yourself,
1. FormsAuthentication.SetAuthCookie to set the ticket
2. Response.Redirect(FormsAuthentication.GetRedirectUrl(..))
2 does the redirect and you can do it yourself.
Hi All,
I am developing using ASP.NET using VB on .NET framework 1.1.
I have an application that uses forms based authentication. When the
session times out and sends the user back to the login page, I see
that it populates a return_url value and adds it to the url. Such that
when the user then authenticates, the
FormsAuthentication.RedirectFromLoginPage then uses the return_url to
return the user back to the page they were on when the session
expired. All well and good, but, some of my pages rely on the previous
content of the session variables to be able to populate the page they
were previously on.
Is there any way of preventing the redirect to the return_url, eg by
using something instead of FormsAuthentication.RedirectFromLoginPage,
that only ever takes the user to the mainmenu page? Or, do I need to
add checking for the existence of the required session values on each
page (rather painful if I do have to).
Please be gentle, I am not very experienced with ASP.NET as you may
see by
my question.
Thanks in advance
Janette
.
- Follow-Ups:
- Re: forms authentication redirect problem
- From: Joe Kaplan \(MVP - ADSI\)
- Re: forms authentication redirect problem
- References:
- forms authentication redirect problem
- From: Janette
- forms authentication redirect problem
- Prev by Date: forms authentication redirect problem
- Next by Date: Asp.Net 2.0 Forms Authentication question
- Previous by thread: forms authentication redirect problem
- Next by thread: Re: forms authentication redirect problem
- Index(es):
Relevant Pages
|
|