asp.net 里面设置的session 在asp 里面不可以用 是怎么 回事
asp 中代码``
if Session("ID")="" and Session("NAME")="" then
response.Redirect "error.htm"
response.end
asp.net代码
System.Web.HttpContext.Current.Session["ID"]=alist[1].ToString();
System.Web.HttpContext.Current.Session["NAME"]=alist[2].ToString();
可以确定的 是session 是 肯定有的, 因为 另外一个 aspx 页面经过 判断是可以进去的, 就是 在asp 页面里面设置的 判断 没有得到session,,