學習靠Google,筆記靠自己。 這是Bisger的筆記本。
//Session建立 Session.Add("sessionName", "123"); //or Session["sessionName"] = "123"; //Session取值 string s = Session["sessionName"].ToString(); //Session移除 Session.Remove("sessionName");
沒有留言:
張貼留言