![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/08/2005, 08:44
|
| | Fecha de Ingreso: agosto-2003 Ubicación: Mexico Df abajo del puente de municipio
Mensajes: 216
Antigüedad: 21 años, 5 meses Puntos: 0 | |
Lo q puedes hacer es definir tu carpeta tmp
<?
define("_PATH_TMP", "tmp");
ini_set('session.save_path', _PATH_TMP);
session_start();
?>
Haber si le sirve Sr |