setInterval("ajax()", 300000);

function ajax() {
	$.get(absolutCesta+"modul/session.php");
}
