<script type="text/javascript">
$(document).ready(function () {
setHeartbeat();
});
function setHeartbeat() {
setTimeout("heartbeat()", 300000); // every 5 min
}
function heartbeat() {
$.get(
"/SessionExtender.ashx",
null,
function (data) {
setHeartbeat();
},
"json"
);
}
</script>
Showing posts with label asp.net session. Show all posts
Showing posts with label asp.net session. Show all posts
Saturday, August 21, 2010
Subscribe to:
Posts (Atom)