This is happening because the session_start() is not the first line in your
page and the others lines beside the session_start are already sending data
or the header informations to the browser so when you are using the
session_start he can't integrate the session cookie to the header so all the
se
In your script page are you displaying something *before*
starting the session?
Andrei BEJENARU
"Waldemar Brand Neto" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hy
whwn I tried to use a sessiom this error ocours:
Warning: Cannot send session cookie - headers already sent by
a