RE: Forms based security
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 06/21/04
- Next message: Timothy Parez: "Re: User Authentication, Active Directory and more (help)"
- Previous message: John Linn: "GetAuthCookie vs regular cookie"
- In reply to: Charlie Dison: "Forms based security"
- Next in thread: Charlie Dison: "Re: Forms based security"
- Reply: Charlie Dison: "Re: Forms based security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 21 Jun 2004 03:30:42 GMT
Hi Charlie,
To get the form authentication cookie, you may get the cookie name from:
FormsAuthentication.FormsCookieName
However, the cookie is encrypted, and we cannot get its actual value.
Regarding the issue, since the content are accessible to both of
Authenticated user and others, you can just leave the content public. Is
this right?
If you have private and public content on a same web form, you may consider
following work around:
When perform form authentication, you can add a cookie by yourself,
indcating the user has been authenticated. And then, arrange pages based
on this cookie value.
Hope this help,
Luke
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
- Next message: Timothy Parez: "Re: User Authentication, Active Directory and more (help)"
- Previous message: John Linn: "GetAuthCookie vs regular cookie"
- In reply to: Charlie Dison: "Forms based security"
- Next in thread: Charlie Dison: "Re: Forms based security"
- Reply: Charlie Dison: "Re: Forms based security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|