> -----Original Message-----
> From: Cesar Aracena [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, January 17, 2003 12:56 PM
> Subject: [PHP] Header sent polem
> 
> 
> Hi all,
> 
> Following Chris's idea on how to handle visitors sessions, 
> I'm trying to
> setup a cookie with a randomly generated session ID but it 
> throws me the
> "headers already sent" notice but there's nothing above the setcookie
> function. Here's part of my code:
> 
> <?
> if (!isset($sessid))
> {
> require_once("PasswordGenerator.php");

Look for white space in the include file ...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to