关于FormsAuthentication窗体验证的问题
FormsAuthentication.RedirectFromLoginPage(strUid,false);
这个是From验证语句.
验证后可以在别的页面用FormsCookieName中取得Cookie名称,但如何取得值
也就是面那个strUid的值,因为在其它页面还要用。。
用Response.Cookies[FormsAuthentication.FormsCookieName].Value取得是加密码了票据,
如何再取回 strUid?