Foros del Web » Programando para Internet » PHP »

mensaje: session_start() [function.session-start]: Cannot send session cache limiter

Estas en el tema de mensaje: session_start() [function.session-start]: Cannot send session cache limiter en el foro de PHP en Foros del Web. a que se debe el mensaje subida al hosting: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sistemas/public_html/computerpower/mi-cuenta-cp.php:45) ...
  #1 (permalink)  
Antiguo 06/07/2011, 08:18
 
Fecha de Ingreso: mayo-2011
Ubicación: aqp
Mensajes: 52
Antigüedad: 12 años, 11 meses
Puntos: 0
mensaje: session_start() [function.session-start]: Cannot send session cache limiter

a que se debe el mensaje subida al hosting:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sistemas/public_html/computerpower/mi-cuenta-cp.php:45) in /home/sistemas/public_html/computerpower/mi-cuenta-cp.php on line 48

ya que en localhost no me bota ningun error

<?php
// *** Validate request to login to this site.
if (!isset($_SESSION)) {
session_start();
}


$loginFormAction = $_SERVER['PHP_SELF'];
if (isset($_GET['accesscheck'])) {
$_SESSION['PrevUrl'] = $_GET['accesscheck'];...................................

Última edición por GatorV; 06/07/2011 a las 15:34
  #2 (permalink)  
Antiguo 06/07/2011, 08:36
Avatar de skiper0125  
Fecha de Ingreso: octubre-2010
Ubicación: $this->Mexico('Toluca');
Mensajes: 1.127
Antigüedad: 13 años, 6 meses
Puntos: 511
Respuesta: mensaje: session_start() [function.session-start]: Cannot send session cac

Hola que tal.

¿cómo tines el código?, puiedes mostrar en poco de código, ya que el problema puede estar ahí

Saludos
__________________
Recuerda que estamos aquí para orientarte, y no para hacer tu trabajo.
Si mi aporte fue de ayuda, recuerda que agradecer no cuesta nada +1

Skiper0125

Etiquetas: cache, html, mensaje, send, session
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:29.