You can use a query technique:
    if (!session_registered(..))
        session_start();

Or you can use the @ sign:
    @session_start();


Manu.



"Phptom" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi folks,
>
> I want to use a frameset with two frames, one leftFrame and one
> rightFrame. sometimes i need to change both frames at the syame time.
>
> the loginpage is a single frame window.
>
>
> How do i have to write my php code to prevent all these session errors.
>
> session already startet in ..... on line ...
> headers already sent in ....
> set_cookie already sent ....
>
> Thanks
>
> Tom
>
>

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

Reply via email to