How to increase the timeOut time, my session is falling around 5 min, it is not in the connection string.
Asp.Net AspNet Identity Authentication
<sessionState mode="InProc" timeout="20"/>
<customErrors mode="Off"/>
<authentication mode="Forms">
<forms timeout="20" loginUrl="/Acesso/Login.aspx"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>