Hi All,
We r developing web application in asp.net using c#. we r using IIS7.0 and windows vista for development.
I m using windows authentication and "local Sytem" Identity.
I want that if user is not accessing site for 5 minutes(means browser is idle for 5 min) , after 5 min. when user clicks on any link, his session should be expired and he has to provide login credentials again.
I have tried using
<sessionState cookieless="Fal se" mode="InProc timeout="5" />
in web.config file but its not working.
Please help me in this issue.
Thanks
Anu
We r developing web application in asp.net using c#. we r using IIS7.0 and windows vista for development.
I m using windows authentication and "local Sytem" Identity.
I want that if user is not accessing site for 5 minutes(means browser is idle for 5 min) , after 5 min. when user clicks on any link, his session should be expired and he has to provide login credentials again.
I have tried using
<sessionState cookieless="Fal se" mode="InProc timeout="5" />
in web.config file but its not working.
Please help me in this issue.
Thanks
Anu
Comment