Application["str"] = "abc";
Session["userid"] = "001";string str=(string)Application["str"];
string user=(string)Session["userid"];