close

os: 恍然大悟.....@@..

在ASP.NET的App_Code資料夾中欲在其檔案程式類別使用Session()應使用HttpContext.Current.Session來代替。



原來寫法


Session("Admin")



替代寫法

HttpContext.Current.Session("Admin")


Application() 改為 HttpContext.Current.Application()

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 11 的頭像
    11

    冠霖的部落格

    11 發表在 痞客邦 留言(0) 人氣()