search for session state in your web config:
<sessionState ... timeout="20 />
you can do it pro grammatically as well by setting Session.Timeout = 10;, but technically speaking authentication with local users should be done using active directory. So in this case they dont have to enter password