标题应当这样说。
Here s the code to set the cookie:
// snip - some other code to create custom ticket
var httpCookie = new HttpCookie(FormsAuthentication.FormsCookieName, encodedTicket);
httpCookie.Domain = "mysite.com";
httpContextBase.Response.Cookies.Add(httpCookie);
我在此表示,我已签署网站:
FormsAuthentication.SignOut();
<>环境>:
ASP.NET MVC 3 Web Application
IIS 运货
Visual Studio 2010
- Custom domain: "http://localhost.www.mysite.com"
因此,在尝试和清点时, co子仍然存在。 如果能够删除<代码>
其它不容置疑的事情是,在确定域名时, Chrome的确在开发商工具的资源部分显示我的 co,但当idont设定域名时,它就是这样做的。
第二,当我实际与习俗领域建立 co时,根据下一个要求,在请求书(加密)中读到 co中时, co是存在的,但这个领域无效?
我也试图以同样的名义制造另一座 co子,并确定其有效期至昨天。 无.。
什么进展? 谁能帮助?