I'm working on a website.
Begining of my script is:
<?php

    session_start();
    session_register( "aUser", "aAccount" );
    $aUser      = "Cidnie";
    $aAccount   = "1016";
?>

But when I conect to website I get this warning message:


Warning: session_start(): open(tmp/sess_41e301350c11c38d0249bc8c72ffb2ec,
O_RDWR) failed: Permission denied (13) in
/home2/pena/public_html/listing1.php on line 3

Can anyone tell me what is wrong?

Thankx in advance!







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

Reply via email to