I have an asp.net app with master pages. I need to have a session timeout after 10 minutes, for which I have a javascript code block. Is there any other more efficient way to do a session timeout rather than have a javascript code block on every page? (I am not using membership provider).
Share
You can change the timeout of your session in your web.config
reference:http://msdn.microsoft.com/en-us/library/h6bb9cz9(vs.80).aspx