I have faced this question in my Interview as well. I do have many confusion with Session Scope & it management in java.
In web.xml we do have the entry :
if you open the same application in different window i mean multiple instance of a browser it will create different session for every instance.