Each time I open a new browser window, at the logon screen, I have a tag 'HTML>' at the top left of my screen? How can I remove it?
You have to modify a PHP parameter from the php.ini file. Check the session.use_trans_sid parameter. The value associated to this parameter is probably set to 1 and should be set to 0. Stop/start your web server and try again..