Re: Forms based security
From: Charlie Dison (charliedisonONLINE_at_vitalworks.com)
Date: 06/26/04
- Previous message: Charlie Dison: "Re: Forms based security"
- In reply to: [MSFT]: "RE: Forms based security"
- Next in thread: ranganh: "RE: Forms based security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 26 Jun 2004 20:54:44 GMT
Ok. that helps. Thanks
"[MSFT]" <lukezhan@online.microsoft.com> wrote in message
news:X82wmA0VEHA.692@cpmsftngxa10.phx.gbl...
> 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.)
>
>
- Previous message: Charlie Dison: "Re: Forms based security"
- In reply to: [MSFT]: "RE: Forms based security"
- Next in thread: ranganh: "RE: Forms based security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|