Can I Manually set return Url that RedirectFromLoginPage uses?
From: EarlT777 (earlt777@hotmail.com)
Date: 11/30/02
- Next message: Cenon Del Rosario: "Re: Design for ASP.Net w/ ComponentServices"
- Previous message: Mary Chipman: "Re: Determine if the user is local administrator?"
- Next in thread: Ryan LaNeve: "Re: Can I Manually set return Url that RedirectFromLoginPage uses?"
- Reply: Ryan LaNeve: "Re: Can I Manually set return Url that RedirectFromLoginPage uses?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "EarlT777" <earlt777@hotmail.com> Date: Sat, 30 Nov 2002 12:55:49 -0600
Instead of setting forms authentication to automatically redirect users to
my login page, I am handling that myself. that way, I can control which
pages I want to validate. Also, because all my pages are actually
UserControls, the normal automatic authentication does not work anyway.
I can manually create a cookie with the return url and use that to redirect
the user after login, but it would be sweet if I could set the same property
that Forms authentication is setting and then be able to register and
redirect the user with RedirectFromLoginPage. Is this possible?
Thanks for your help!
Earl
- Next message: Cenon Del Rosario: "Re: Design for ASP.Net w/ ComponentServices"
- Previous message: Mary Chipman: "Re: Determine if the user is local administrator?"
- Next in thread: Ryan LaNeve: "Re: Can I Manually set return Url that RedirectFromLoginPage uses?"
- Reply: Ryan LaNeve: "Re: Can I Manually set return Url that RedirectFromLoginPage uses?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|