Rif: [Phplib-users] Erro Session!?!
Brought to you by:
nhruby,
richardarcher
From: Fabrizio E. <fab...@sy...> - 2005-07-04 14:58:39
|
*I know that is because of fuction session_start() on file session4.inc, but i don't know what to do to solve this problem. Does anybody have idea of what is happening? ----- Yes, you're sending to output something before the call to session_start. You must be sure that there is nothing that gets sent to the browser (not even white space) before the function call. HTH, bye Fabrizio |