Request.IsAuthenticated vs. User.Identity.IsAuth...

From: Dave (DavidTabaka@hotmail.com)
Date: 01/23/03


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.