[PHP] session cache limiter

2002-11-05 Thread ROBERT MCPEAK
Could somebody shed some light on this error message I'm getting.  Could you point me 
at the appropriate docs or clue me in somehow.

PHP Warning:  Cannot send session cache limiter - headers already sent (output started 
at /usr/local/httpd/htdocs/mmc/results.php:79) in 
/usr/local/httpd/htdocs/mmc/includes/display_options.php on line 115

Thanks!


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




Re: [PHP] session cache limiter

2002-11-05 Thread .: B i g D o g :.
Show some code so we can see what seems to be the problem...

From the error you are trying to send header information when it has
already been sent.  You might want to check on that and make sure your
sessions are started correctly...


On Tue, 2002-11-05 at 19:34, ROBERT MCPEAK wrote:
 Could somebody shed some light on this error message I'm getting.  Could you point 
me at the appropriate docs or clue me in somehow.
 
 PHP Warning:  Cannot send session cache limiter - headers already sent (output 
started at /usr/local/httpd/htdocs/mmc/results.php:79) in 
/usr/local/httpd/htdocs/mmc/includes/display_options.php on line 115
 
 Thanks!
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



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




Re: [PHP] session cache limiter

2002-11-05 Thread rija
I bit you are sending something like as an blank_space before your are
sending your header.
Show us first your code.


- Original Message -
From: ROBERT MCPEAK [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, November 06, 2002 6:34 AM
Subject: [PHP] session cache limiter


Could somebody shed some light on this error message I'm getting.  Could you
point me at the appropriate docs or clue me in somehow.

PHP Warning:  Cannot send session cache limiter - headers already sent
(output started at /usr/local/httpd/htdocs/mmc/results.php:79) in
/usr/local/httpd/htdocs/mmc/includes/display_options.php on line 115

Thanks!


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






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