Re: [PHP-DOC] Problem with sessions

2001-01-27 Thread Lars Torben Wilson
Yes, just make sure that you're not outputting *anything* (even blank lines like at the end of an included file or something, lines, or such) before the start of the session or whereever you send the first cookie (i.e. session_start(), session_register()). Or turn cookies off and use the transpa

[PHP-DOC] Problem with sessions

2001-01-27 Thread Adrian Pitulac
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!