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.)