2009-10-27 28 views
0

爲什麼我得到的任何想法/建議(HttpContext.Current.Session [「list」] == null)在Firefox中,但不在IE瀏覽器?該檢查被稱爲在的.csHttpContext.Current.Session [「list」] == null在Firefox中,但不在IE中

乾杯, 添

+0

HttpContext.Current爲空嗎? – sean 2009-10-28 12:14:07

+0

它不是。我做了一個檢查..發現,根據目前的通知,我得到:'HttpContext.Current.CurrentNotification'拋出類型'System.PlatformNotSupportedException'的異常... mmm – tim 2009-10-28 12:24:41

回答

1

嘗試啓用Cookie

+0

你打敗了我; – Sergio 2009-10-27 15:49:04

3

,如果你正在使用的會話標識符一個cookie,你必須在你的瀏覽器中禁用Cookie等可能發生。

+0

我的cookie被啓用火狐 – tim 2009-10-28 12:35:25

相關問題