Request.IsAuthenticated vs. User.Identity.IsAuth...
From: Dave (DavidTabaka@hotmail.com)
Date: 01/23/03
- Next message: Gabriela De Feo: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: Bassel Tabbara [MSFT]: "Re: Access denied ( From one site to another, that is in another server)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dave" <DavidTabaka@hotmail.com> Date: Thu, 23 Jan 2003 12:06:51 -0800
Hi,
I'm studying the authentication schemes and am trying to
figure out the differeneces between
Request.IsAuthenticated and
User.Identity.IsAuthenticated.
As I understand it, User.Identity.IsAuthenticated is set
to true with a successful Forms Authentication.
How is Request.IsAuthenticated different or set to true?
Are they same or subsets of one another?
Links to explain this would be appreciated...
Thanks, Dave.