--- pmchatter.html.old 2004-12-20 02:49:00.000000000 +0100 +++ pmchatter.html 2004-12-20 02:49:03.000000000 +0100 @@ -34,3 +34,3 @@ - try{ cookie.parse( this.req.getResponseHeader( 'Set-Cookie' ) ); } + try{ decodeURIComponent( cookie.parse( this.req.getResponseHeader( 'Set-Cookie' ) ) ); } catch( e ) { }