how to set idletimeout in web.config

acceliAssesia

New Member
hi<BR>i have used windows authentication to authenticate and authorize according to role in the web.config<BR>after authorizing a user ..if he is idle for a given time i want the authentication box to appear again without having to close the browser<BR>i need this info at the earliest<BR>thank u <BR>vikramI have a similar problem. I need to automatically refresh a datagrid when there has been no activity for n minutes. I have looked at the server timer control but could not find a way to automatically refresh the page(datagrid) when the timer_elapsed event is triggered. Any help would be appreciated.I have not found a solution using the server timer control as of yet. I did get the refresh to work using JavaScript. Using the setTimeout and clearTimeout I am able to create an idle timer. Every time the user interacts with the app, I reset the timer. You could use these function to dislpay a dialog as well.
 
Back
Top