@ dhogan444
maybe you have entered the password before, it is stored in the memberprofile not in cookies.
@ Apollo
please check the code in the forumdisplay.php and also the template:
"fehler_password_board"
code for this template:
PHP Code:
<center>A password is required to enter this forum. Please enter it below: <br>
<form action="forumdisplay.php" method="POST">
<input type="password" name="password">
<br>
<input type="hidden" name="action" value="dopassword">
<input type="hidden" name="forumid" value=$foruminfo[forumid]>
<input type="submit" value="Submit">
</form> </center>