简体   繁体   中英

IIS 7 session timeout setting from UI

I am trying to update session timeout setting in IIS 7(to maximum value) from UI as per below article

https://technet.microsoft.com/en-us/library/cc725820(v=ws.10).aspx

It says the timeout setting is in hh:mm:ss but I can give 365.00:00:00 as the max session timeout value. Does that mean my session timeout setting is 365 days or 365 hours?

It uses a " TimeSpan " format, so in the case of "365.00:00:00" It will be 365 days. If you wanted 365 hours it would be something like: 15.05:00:00... so 15 days and 5 hours.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM