SessionOptions.IdleTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IdleTimeout 指出會話在放棄內容之前可以閒置的時間長度。 每個工作階段存取都會重設逾時。 請注意,這只適用於工作階段的內容,而不適用於 Cookie。
public:
property TimeSpan IdleTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IdleTimeout { get; set; }
member this.IdleTimeout : TimeSpan with get, set
Public Property IdleTimeout As TimeSpan