天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

Asp.net 基于Cookie簡(jiǎn)易的權(quán)限判斷

寫(xiě)入Cookie頁(yè)面,創(chuàng)建cookie后,設(shè)置cookie屬性,并添加到Response.Cookies中讀取cookie,利用cookie的名字或索引從Request.Cookies中取得改寫(xiě)Cookie,先創(chuàng)建一個(gè)同名的cookie,讀取Request中同名的cookie,把讀取cookie的屬性值付給新的對(duì)象,加入到Response.Cookies中創(chuàng)建一個(gè)BasePage頁(yè)面,其他的頁(yè)面繼承自這個(gè)頁(yè)面,把權(quán)限判斷的代碼有單個(gè)頁(yè)面的Page_Load轉(zhuǎn)移到BasePage的PreLoad中,下面是BasePage的主要代碼
復(fù)制代碼 代碼如下:
public class BasePage : System.Web.UI.Page
{
private string pageName;
public BasePage()
{
this.Page.PreLoad += Page_Load;
}
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
Uri r = this.Request.Url;
pageName = r.AbsolutePath;
if (NeedToCheck())
{
if (!HasAuthentication())
{
HttpContext.Current.Response.Redirect("NoAuthenticationPage.ASPx");
}
}
}
}
private bool NeedToCheck()
{
if (pageName.Contains("NoAuthenticationPage.ASPx") || pageName == "Login.ASPx" )
{
return false;
}
return true;
}
private bool HasAuthentication()
{
//look into the config file or database,to see whether this page is in the allow accessing list of the role or not;
//the signature of the function is like this
//QueryInConfig(m_UserRole,pageName);
if (pageName.Contains("Default3.ASPx") && UserRole == "2")
{
return false;
}
return true;
}
protected HttpCookie _RequestCookie;
protected HttpCookie _ResponseCookie;
private bool b_IsNewCookie = true;
public string UserRole
{
get
{
return GetCookieValue("UserRole");
}
set
{
SetCookieValue("UserRole", value);
}
}
public string UserName
{
get
{
return GetCookieValue("UserName");
}
set
{
SetCookieValue("UserName", value);
}
}
protected void SetCookieValue(string name, string value)
{
SetResponseCookie();
_ResponseCookie[name] = value;
}
private string GetCookieValue(string name)
{
SetReqeustCookie();
if (_RequestCookie != null)
{
return _RequestCookie[name];
}
return null;
}
protected void SetReqeustCookie()
{
_RequestCookie = HttpContext.Current.Request.Cookies["Cookie_Name"];
}
protected void SetResponseCookie()
{
if (b_IsNewCookie)
{
HttpContext.Current.Response.Cookies.Remove("Cookie_Name");
_ResponseCookie = new HttpCookie("Cookie_Name");
DateTime dtNow = DateTime.Now;
TimeSpan tsMinute = new TimeSpan(0, 2, 0, 0);
_ResponseCookie.Expires = dtNow + tsMinute;
_ResponseCookie["UserRole"] = UserRole;
_ResponseCookie["UserName"] = UserName;
HttpContext.Current.Response.Cookies.Add(_ResponseCookie);
b_IsNewCookie = false;
}
}
}

AspNet技術(shù)Asp.net 基于Cookie簡(jiǎn)易的權(quán)限判斷,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国精产品一区二区三区有限公司 | 色欲国产麻豆一精品一AV一免费 | 国产精品看高国产精品不卡 | 亚洲免费黄色片 | 亚洲免费综合色视频 | 一本道色播 | 久草视频在线观看免费4 | 人人草人人草 | 草莓视频在线观看免费观看高清 | 老师真棒无遮瑕版漫画免费 | 亚洲香蕉网久久综合影院 | 麻豆AV无码蜜臀AV色哟 | 免费国产在线观看 | 久久99国产精品一区二区 | 精品无码三级在线观看视频 | 国产精品高清视亚洲一区二区 | 色一情一乱一伦一区二区三区 | 麻豆AV无码蜜臀AV色哟 | 果冻传媒mv国产陈若瑶主演 | 国产传媒18精品免费观看 | 国产精品人妻无码久久久蜜桃臀 | 97国产精品视频在线观看 | 国产精品99久久久精品无码 | 久久久无码精品亚洲欧美 | 一边亲着一面膜下奶韩剧免费 | 91热久久免费频精品99欧美 | 少妇高潮久久久久7777 | 性欧美sexovideotv| 69亞洲亂人倫AV精品發布 | 国产精品第3页 | 亚洲三级视频 | 国产成人一区二区三中文 | 黄色a三级三级三级免费看 黄色a三级免费看 | 免费精品国偷自产在线在线 | 日本工口生肉全彩大全 | 99久久婷婷国产麻豆精品电影 | 涩涩视频www在线观看入口 | 超碰99热在线精品视频 | 啦啦啦视频在线观看WWW | 这里只有精品网 | 麻豆AV无码蜜臀AV色哟 |