您的位置:首页 > 理论基础 > 计算机网络

ASP.ENT – HttpContext.Current.Session & Page Session

2009-03-28 14:37 218 查看
HttpContext.Current.Session["ID"] == null

 

public partial class _Default : System.Web.UI.Page

{

protected void Page_Load(object sender, EventArgs e)

{

Session["Name"] = "John";

}

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐