Hi allusion
Yes and tested it in IE, Opera (new clean install), and firebird…
everything failed.
+++++++
I edited this part of the code in wp-login back to the old b2loging version but it didnt worked either.
New wp-login code:
setcookie(‘wordpressuser_’.$cookiehash, $user_login, time()+31536000);
if ($pass_is_md5) {
setcookie(‘wordpresspass_’.$cookiehash, $user_pass, time()+31536000);
} else {
setcookie(‘wordpresspass_’.$cookiehash, md5($user_pass), time()+31536000);
}
if (empty($HTTP_COOKIE_VARS[‘wordpressblogid_’.$cookiehash])) {
setcookie(‘wordpressblogid_’.$cookiehash, 1,time()+31536000);
++++++++++++++++++++++++++
It was the CVS update between christmas and new year all the trubles started til then everthing worked fine ??