Difference between idleTimeout and ShutdownTimeout
问题 I am trying to relax my website's session expiration policy so that the users may specify the session timeout interval. I need to figure out what website related settings should I specify in order not to limit the users too much. For example, one might want a 1 day interval. I will be using tickets to accomplish that. Now, I know I can specify the idleTimeout and shutdownTimeout in my website's web.config file (I prefer this method as it's damn easy to adjust it without the whole deployment