How do I increase session timeout with W.I.F / SAML tokens / FedAuth cookie

前端 未结 4 711
野性不改
野性不改 2020-12-10 05:04

I think the default timeout is something like every half hour.

I\'d like to change this to 2 weeks. Anyone got any ideas?

Is this done usually from the STS s

4条回答
  •  再見小時候
    2020-12-10 05:23

    The description about persistentSessionLifetime in MSDN is not true. For example, if you set it to 1.6:13:45.0, the cookie will expire after 30 hours (1 day + 6 hours) 13 minutes and 45 seconds +/- the maximumClockSkew from . So the description from MSDN should be like the one from TimeSpan: [-]d.hh:mm:ss.ff. I hope Microsoft changes the wrong description.

提交回复
热议问题