解決方法是新建 全局應用程式類 Global.asax 在 Session_Start 函數中 添加 string sessionId = Session.SessionID; ...
解決方法是新建 全局應用程式類 Global.asax 在 Session_Start 函數中 添加 string sessionId = Session.SessionID;
protected void Session_Start(object sender, EventArgs e) { string sessionId = Session.SessionID; }