![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/10/2005, 09:48
|
| | Fecha de Ingreso: julio-2003 Ubicación: Italia
Mensajes: 4
Antigüedad: 21 años, 6 meses Puntos: 0 | |
Hola, estamos publicando esto en muchos foros por que creemos que mucha gente lo necesita. SAludos
Hello
Strong workaround is:
Edit your php.ini this way:
auto_prepend_file = /usr/local/lib/php.ini.prepend
On your /usr/local/lib/php.ini.prepend file put this:
<? session_module_name("files"); ?>
Of course, you can place your prepended file wherever you like, as long as you state it correctly on your auto_prepend_file directive of php.ini
Regards |