摘要:
https://forums.asp.net/t/1796310.aspx?ASP+NET+form+method+post+and+get+ GET: 1) Data is appended to the URL(QueryString) 2) Data is not secret.(Can be 阅读全文
posted @ 2017-11-10 15:06
ChuckLu
阅读(472)
评论(0)
推荐(0)
摘要:
https://stackoverflow.com/questions/23943356/asp-net-how-to-send-data-with-post-method 阅读全文
posted @ 2017-11-10 14:58
ChuckLu
阅读(119)
评论(0)
推荐(0)
摘要:
alias是默认的访问页面 page aliases中可以手动指定访问一个url,然后跳转到当前的页面 阅读全文
posted @ 2017-11-10 14:31
ChuckLu
阅读(161)
评论(0)
推荐(0)
摘要:
第一种方式,修改forms的name how to set the forms authentication cookie path assume you have already solved this issue somehow, but since I stumbled upon this q 阅读全文
posted @ 2017-11-10 10:54
ChuckLu
阅读(396)
评论(0)
推荐(0)
摘要:
Forms authentication timeout vs sessionState timeout Forms authentication timeout会导致用户退出,重定向到登陆页面 sessionState和用户登录状态无关,和session里面存储的数据有关。 有可能session里 阅读全文
posted @ 2017-11-10 10:44
ChuckLu
阅读(626)
评论(0)
推荐(0)
摘要:
An HTTP cookie (also called web cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on 阅读全文
posted @ 2017-11-10 10:28
ChuckLu
阅读(489)
评论(0)
推荐(0)