al wrote:

well, I correct the code and now i can login under IE and firefox...

in login.php
(near line 74) FIND

setcookie($cookie_name, serialize(array($db_username, $form_password_hash)), $expire, $cookie_path, $cookie_domain, $cookie_secure);

REPLACE BY

if(!setcookie($cookie_name, serialize(array($db_username, $form_password_hash)), $expire, $cookie_path, $cookie_domain, $cookie_secure))
        setcookie($cookie_name, serialize(array($db_username, $form_password_hash)), 600);

thanks a lot for your help roll

Was looking for these lines of code in PunBB's login.php file, (I just downloaded version 1.2.10 btw) and i cant seem to find them. Is this located in a different file? I still have the same problem of not being able to Login using IE6SP1. I CAN login with FireFox. Ive already made the recommended mod in the FAQ's for this issue, still doesnt work.

thanks in advanced!

nick