a user logs in from computer 'A' using firefox.
by my understanding, a 'session is created for that user by the server'
now,
without closing the browser tab,
user opens new tab and goes to the same page [that would require him to log in first]
what will happen?
will the server continue the same session, making the code recognize the user?
will the server start a new session for this request and destroy the old session?
consider the same question, but now the user logs in from another browser. what will happen?