Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/10/2010, 01:18
Avatar de repara2
repara2
 
Fecha de Ingreso: septiembre-2010
Ubicación: München
Mensajes: 2.445
Antigüedad: 13 años, 7 meses
Puntos: 331
Respuesta: Tiempo de vida de las cookies...

Código PHP:
  session.cookie_lifetime  integer
    session
.cookie_lifetime specifies the lifetime of the cookie in seconds which is sent to the browserThe value 0 means "until the browser is closed." Defaults to 0. See also session_get_cookie_params() and session_set_cookie_params().

        
Note:

        
The expiration timestamp is set relative to the server timewhich is not necessarily the same as the time in the clients browser
Es decir, que si no estableces un tiempo de vida, la cookie vive hasta que cierres el navegador. El tiempo de expiración se obtiene del server.
Espero que sirva, saludos.