karthikindia / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Sign in after sign out not working #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sign in
2. Sign out
3. Try to sign in again

What is the expected output? What do you see instead?
After sign in -> sign out -> sign in again, I expect the session state to 
eventually become ready, but session state only gets to loggedIn and the UI 
stays on the login page.

What version of the product are you using? On what operating system?
Hablar rev 1641

Please provide any additional information below.
This is the print out of session changes in the sign in page, when reproducing 
according to above (note that Session: ready is missing at the end):
Session: disconnected
Session: connecting
Session: authorized
Session: unknown
Session: loggedIn
Session: ready
Session: ready
Session: disconnected
Session: disconnected
Session: connecting
Session: authorized
Session: unknown
Session: loggedIn

Original issue reported on code.google.com by claudijo...@gtempaccount.com on 1 Oct 2010 at 2:04