Open prashker opened 11 years ago
As the title says, if you click the "X" that calls disconnectServer, it broadcasts reset{} which does not clal any methods checking to see if you've previously logged in, nor does it re-login for you.
A fix would be to do the session check AGAIN inside "reset", the acknowledgement of a re-login via sessions will allow this to work
As the title says, if you click the "X" that calls disconnectServer, it broadcasts reset{} which does not clal any methods checking to see if you've previously logged in, nor does it re-login for you.