1
0
Fork 0

manejo de session

This commit is contained in:
humano 2018-11-24 13:31:18 -05:00
parent 1b48337162
commit e9c1c88297
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
if(restante == 1 ){
//alert(transcurrido);
location.href="./includes/salir.php";
location.href="./salir.php";
}else{
setTimeout("revisarSession()",2000) ;
}