i noticed today that when you log out of the mt interface in version 2.64 the session does not actually end.

for instance, if i log in as bob and then log out, you would expect that then entering a different username and password [assuming both are correct] would allow you to log in as that new user. this is not the case. lemme just lay out an example:

log in as bob.
mt interface loaded.
log out.
log in screen displayed.
attempted login as john.
error: user/pass incorrect.

this shouldnt happen. i came to the conclusion that the session isnt actually ending becuase of the following that actually does happen:

log in as bob.
mt interface loaded.
log out.
log in screen displayed.
attempted login as john.
error: user/pass incorrect.
attempted login as bob.
log in success. mt interface loaded.
browser window closed.

new browser window opened.
attempted log in as john [with same pass]
log in success. mt interface loaded.

if it helps here are some of my sys specs:

win2k3 server enterprise on server
winxp on client
ie 6.0.2800.1106
all the latest "security" patches *rolls eyes*

i had a friend try to recreate the problem and he could. his system specs are the same as mine though. in anycase, heres what i think [and what i believe most people would expect] should happen:

log in as bob.
mt interface loaded.
log out.
log in screen displayed.
attempted login as john.
log in success. mt interface loaded.