PHP Classes

Session error

Recommend this page to a friend!

      AJAX File Uploader  >  All threads  >  Session error  >  (Un) Subscribe thread alerts  
Subject:Session error
Summary:Cannot send session cookie - headers
Messages:2
Author:Stephan Krauss
Date:2006-11-17 13:05:15
Update:2006-11-17 17:37:40
 

  1. Session error   Reply   Report abuse  
Picture of Stephan Krauss Stephan Krauss - 2006-11-17 13:05:15
Hello!

Unfortunately I do not know the English language.
I hope that the translation machine not too much Bloedsinn make.
I looked at myself the class ' AJAX file Uploader '.
Unfortunately I get an error message.
-------------------------
Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at E:\xampp\xampp\htdocs\ajax_upload\index.php:5) in E:\xampp\xampp\htdocs\ajax_upload\AjaxFileUploader.inc.php on line 11

-------------------------
Can you me information give ?

Yours sincerely

Stephan Krauss

  2. Re: Session error   Reply   Report abuse  
Picture of Peter Taylor Peter Taylor - 2006-11-17 17:37:40 - In reply to message 1 from Stephan Krauss
This is because you have sent something to the browser prior to the line in question. there should be no out put e.g. echo even blanks