@@ -1457,7 +1457,7 @@
//Login cookie expire check
setInterval(function() {
checkConnection();
- }, 15000);
+ }, 120 * 1000);
//Activate all dropdowns
$(".dropdown").dropdown();