Thanks Ricke 59, I am having trouble working out where to put the 60 sec timeout time I want.
The code is below.
Would you please tell me what to change.
Sorry it probably obvious but I just can’t work it out
// 10 days
setcookie( ‘wp-postpass_’ . COOKIEHASH, $wp_hasher->HashPassword( stripslashes( $_POST[‘post_password’] ) ), time() + 10 * DAY_IN_SECONDS, COOKIEPATH );