If you use a domain name in the URL of the login and a user logs in and then the session times out. After the session timeout message, you are directing them to a login screen and you are using the default domain. The user can never login.
Can you please store a cookie or something that gets the user to login back into the domain they just timed out of.
It is driving the users crazy and causing trouble calls. They key the correct User Name and Password and it won't log them in and they don't understand why.
This same logic should apply when we are using "logonOp.do?domain=xyz" URL and the user makes a mistake with the login and it returns the user to "logonOp.do" WITHOUT the DOMAIN. It shows "Invalid credentials... Please try again". But it is IMPOSSIBLE for the user to try again because you've taken them back to the DEFAULT DOMAIN.
These two items are very basic problems but cause a lot of support issues.