20/04/2009, 08:54
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 480
Antigüedad: 15 años, 7 meses Puntos: 1 | |
Respuesta: Problema _session es el fichero, php.ini-recommended
hay esta esto.
; session.save_path = "N;/path"
; session.save_path = "N;MODE;/path"
;session.save_path = "/tmp"
; NOTE: If you are using the subdirectory option for storing session files
; (see session.save_path above), then garbage collection does *not*
; happen automatically. You will need to do your own garbage
; collection through a shell script, cron entry, or some other method.
; For example, the following script would is the equivalent of
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
; cd /path/to/sessions; find -cmin +24 | xargs rm |