摘要:
ASP.Net2.0中通過腳本進行的一些操作可能會導致Session丟失, 這個問題今天煩了我大半天. >_< 最後通過以下方法解決: 在global.asax中设置HttpOnly属性为Fasle void Session_Start(object sender, EventArgs e) { Response.Cookies["ASP.NET_SessionId"].HttpO... 阅读全文
posted @ 2007-09-06 16:13
Leonny
阅读(589)
评论(0)
推荐(0)
浙公网安备 33010602011771号