Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/12/2012, 08:28
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años
Puntos: 1517
Respuesta: Sesiones en database

Primero estás usando un código de PHP4, recomiendo que vayas modificando a PHP5 y segundo el "garbage collector" funciona de acuerdo a
Código PHP:
Ver original
  1. ; Define the probability that the 'garbage collection' process is started
  2. ; on every session initialization.
  3. ; The probability is calculated by using gc_probability/gc_divisor,
  4. ; e.g. 1/100 means there is a 1% chance that the GC process starts
  5. ; on each request.
  6.  
  7. session.gc_probability = 1
  8. session.gc_divisor     = 1000
  9.  
  10. ; After this number of seconds, stored data will be seen as 'garbage' and
  11. ; cleaned up by the garbage collection process.
  12. session.gc_maxlifetime = 1440
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos