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
session features are disabled. Try moving the session_start in the bottom of
the source.

It's not the php.ini you have to change is your code.
If the file couldn't be created another warning that the php cannot save
session in /tmp/askldjkj0981312klj1231... on file xxxx.php on line 0 you'll
receive.

"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

and this:

Warning: Cannot send session cache limiter


In my php.ini the save path points to a valid directory and php creates a
file session.

Thank´s in advance.

Wbn



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

Reply via email to