[ASP.Net] 在類別.CS檔中使用 Session

在.CS檔中~直接用Session["ABC"] 會無法使用~
改成用 HttpContext.Current.Session["ABC"]
就可以了~

留言