I want to configure the timeout duration that is applied to the cookies that are created on relying party after a user logs in through the passive Security Token Service (STS). I believe I read somewhere this is defaulted to 14 minutes however I can't find where I read this any longer.
I would like to up this to a more reasonable 35 minutes or so.
Is the correct values to alter
<microsoft.identityModel>
<service>
<federatedAuthentication>
<cookieHandler requireSsl="true" persistentSessionLifetime="#VALUE#" />
</federatedAuthentication>
</service>
</microsoft.identityModel>
If this is the correct location, is the value in minutes? I can't seem to find any documentation on this anywhere.