Ver Mensaje Individual
  #22 (permalink)  
Antiguo 30/10/2005, 09:48
futurahost
 
Fecha de Ingreso: julio-2003
Ubicación: Italia
Mensajes: 4
Antigüedad: 20 años, 9 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