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

Asp.net 基于Cookie簡易的權限判斷

寫入Cookie頁面,創建cookie后,設置cookie屬性,并添加到Response.Cookies中讀取cookie,利用cookie的名字或索引從Request.Cookies中取得改寫Cookie,先創建一個同名的cookie,讀取Request中同名的cookie,把讀取cookie的屬性值付給新的對象,加入到Response.Cookies中創建一個BasePage頁面,其他的頁面繼承自這個頁面,把權限判斷的代碼有單個頁面的Page_Load轉移到BasePage的PreLoad中,下面是BasePage的主要代碼
復制代碼 代碼如下:
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技術Asp.net 基于Cookie簡易的權限判斷,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 欧美日韩精品不卡在线观看 | 精品久久中文字幕有码 | 久久6699精品国产人妻 | 无码欧美毛片一区二区三在线视频 | 亚洲色欲H网在线观看 | 国产精品亚洲污污网站入口 | 大香网伊人久久综合网2020 | 蜜芽亚洲欧美一区二区电影 | 99久久免费精品国产 | 亚洲精品无码午夜福利在线观看 | 国产电影无码午夜在线播放 | 快插我我好湿啊公交车上做 | 无套内射无矿码免费看黄 | 879影视动漫h免费观看 | 美女议员被泄裸照 | 青青草偷拍国产亚洲欧洲 | 麻豆一二三区果冻 | 国产激情视频在线 | 好嗨哟在线看片免费 | 精品手机在线1卡二卡3卡四卡 | 99久久精品国产一区二区三区 | 野花社区视频WWW高清 | 国产99精品视频 | 嘟嘟嘟影院免费观看视频 | 久久国产精品永久免费网站 | 欧美一道本一区二区三区 | 插我一区二区在线观看 | 国产精品手机在线视频 | 日本wwwxx| 亚洲、国产综合视频 | 999视频精品全部免费观看 | ⅹxx日本护土 | 国产成人精品久久久久婷婷 | 99热成人精品国产免男男 | 蝴蝶中文综合娱乐网2 | 乱码午夜-极品国产内射 | 日韩国产精品欧美一区二区 | 成人 迅雷下载 | 国产成在线观看免费视频 | GOGOGO高清免费播放 | 亚洲第一区欧美日韩精品 |