I am using the built-in Identity framework offered by the MVC template in VS2013 .NET Framework 4.5.1.
I am using the feature more or less out of the box. It has been working fine. Compared to other posts I have read, my web.config has:
<authentication mode="None" />
How do I set a time out period for authenticated sessions, that is, after the user has logged in?