function keepAlive() {
                 $.post('ses.php', function(data) {
                 });
}
setInterval("keepAlive();", 100000);
