Jump to content

Session not work-error "Cannot send session cache limiter"


inspire

Recommended Posts

Friends ... i have very big problem setting the session in php4.0.5.

here the code i tested.

 

 

page1.php

<?php

 

session_start();

echo session_id();

$_SESSION['u_name'] = "test";

 

?>

 

 

page2.php

<?

session_start();

echo session_id();

echo $_SESSION['u_name'];

 

?>

 

error message in page2.php

 

Warning: Cannot send session cache limiter - headers already sent (output started at C:\apache\htdocs\ots\page2.php:2) in C:\apache\htdocs\ots\page2.php on line 3

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.