Session timeout notification


A common scenario is to show a notification to inform the user that his session is about to expire and to let him continue it if he wants. Implementing this will require a timer and a mechanism (best - a callback, AJAX and postback will also do the trick) to contact the server to restart the session if the user decides this. All this is very simple to achieve with RadNotification as shown in the demo. The demo achieves this scenario almost codeless, the additional code is for UI labels and demonstration purposes.

Here is how to easily achieve the core functionality step-by-step:

As a conclusion, the RadNotification is a very good, almost codeless solution for this popular scenario. The same could be achieved with other popups as well, but this approach is the most straight forward one.