Código PHP:
Ver original
<?php } } else { $enlace[1]="inicio1.php"; $enlace[2]="inicio2.php"; $enlace[3]="inicio3.php"; $total_enlaces=1; $total_enlaces++; } /*echo ' <html> <head> <meta http-equiv="refresh" content="0;url=... '.$enlace[$aleatorio].'"> </head> </html> ';*/ } ?>
Si a ese código agrego un cierre de sesión por tiempo tampoco lo cierra
Código PHP:
Ver original
<?php $inactivo = 600; if ($tiempoSession > $inactivo) { } } ?>
Es correcto este cierre de cookies
Código PHP:
Ver original
<?php { $params["path"], $params["domain"], $params["secure"], $params["httponly"]); } ?>