Folks, Environment VS 2010 with RadControls for ASP.NET AJAX Q2 2011 SP1. I am using below Telerik Demo for Session Time out.
http://demos.telerik.com/aspnet-ajax/notification/examples/sessiontimeout/defaultcs.aspx
This above approach is based on preset timeout value within the .aspx page. But I would prefer to show the Session timout inactivity alert based in value set in my Web Config file (here is 20 minutes).
My webconfig file...<system.web>.......<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
.......</system.web>If possible, will very much appreciate if any sample code is provided for this solution. Thanks a lot.
GC_0620