How to Set Session Timeout in ASP.NET · void Session_Start(object sender, EventArgs e) · { · Session.Timeout = 60; · }.
確定! 回上一頁