﻿function KeepSessionAlive() {
    $.post("KeepSessionAlive.ashx", null, null);
}    

