This is not strictly a GWT question, but since the context I'm getting this question out of is GWT. I included the GWT and servlet tags.
Since multiple requests can belong to the same session, and each request has a remote user associated it (null or non-null), it makes me wonder if it's possible to have different users in a session.
Let's say a user logs in, logs out and relogs in using a different account, are we still in the same session on the server side?
EDIT to address the ambiguities raised by BalusC's answer: - I'm not asking about having multiple users "at the same time". The question is whether it's possible to have more than one users to ever enter the same session.