I am using the following article to keep my session alive in my asp.net application.
But when I checked the session variable value using alert in javascript I didn't find anything. alert('<%=Session["Heartbeat"]%>');
Actually In my webpage there is no postback. All the work I am doing from Jquery Ajax. When there is any postback only then the solution of that article works. But I want to keep my session alive without any postback.
Please help guys.....