Tengo este codigo:
Código PHP:
<?
$pase = $secc.$_SESSION['edicion'];
echo $pase;
?>
<script>
var segundos=5
var direccion='seccion.php?secc=$pase'
milisegundos=segundos*1000
window.setTimeout("window.location.replace(direccion);",milisegundos);
</script>
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
Gracias