对就是Session
比如Session["Name"]=...text;
然后引用
if(Session["Name"]!=null)
{
  //do something
}