I have the code:

<?include("con.php");

session_start();
require_once("func1.php");

if (lExistUser($cusr, $cpass)==false)
{
if (session_id() <> "")
{session_destroy();}

}

When the page loads the first time I receive error:



"Warning: Session object destruction failed in main.php on line 9"

but when I make "Refresh" of page, there is no error !!

Can someone any ideas ?

Thanks
Rosen





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to