![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/04/2004, 06:57
|
![Avatar de cometron](http://static.forosdelweb.com/customavatars/avatar34866_1.gif) | | | Fecha de Ingreso: mayo-2003 Ubicación: Madrid
Mensajes: 151
Antigüedad: 21 años, 8 meses Puntos: 0 | |
<?php
$ok="hola";
session_name($sesion_usuarios);
session_start();
//No chequeamos esta pagina en el navegador
session_cache_limiter('nocache,private');
//Creo las variables de sesion
$_SESSION['usuario']=$ok;
?>
<a href="recojo.php">Aqui</a> |