SessionOptions.IdleTimeout 屬性

定義

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

屬性值

適用於