Dynamically adding controls to ASP.NET - viewstate is not retained after 20 minutes
问题 We have a ASP.net form [.NET 3.5 on IIS 6] that loads controls dynamically. We are able to retain the values in the viewstate as long as the postback happens within 20 minutes . The database also gets updated properly. Everything works as expected. However, If it takes more than 20 minutes for a user to fill out the form, the controls no longer retain their values during postbacks. The session values are intact, the user authentication is also intact. We tried several things 1) Added machine