Dear all, How to set the time limit of a page as 10 minutes. That is if the screen is idle for 10 minutes then I need to throw an message like "Your session has been expired due to the screen is idle for long time" and the corresponding page have to be expired. Can you please anyone help me to solve this and thanks in advance.
Timeout The Timeout property specifies the timeout period assigned to the Session object for this application, in minutes. If the user does not refresh or request a page within the timeout period, the session ends. Syntax Session.Timeout [ = nMinutes] Parameters nMinutes Specifies the number of minutes that a session can remain idle before the server terminates it automatically. The default is 20 minutes. Applies To Session Object