the session_start must be called before you write any html to the browser.
eg:
...
session_start()
echo "hello world";
...
siggy
----- Original Message -----
From: "Adrian Pitulac" <[EMAIL PROTECTED]>
To: "php-db" <[EMAIL PROTECTED]>
Sent: Sunday, January 28, 2001 10:45 AM
Subject: [PHP-DB] Problem with sessions!
I have Apache 1.3.14 and Php 4.0.4 on RedHat Linux 7.0!
I started a session from a html and i receive the following message:
Warning: Cannot send session cache limiter - headers already sent (output
started at ........../x.php:4) in ..../x.php on line zz
Can you help me?
Thanks!
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]