How and when does a session gets created?
If I am hitting a request to the website, what will be the session scope?
When I submit a request for login will it create a new session?
When dropdowns or any other operations on the JSP and making an ajax call will it create a new session every time when I make an ajax call?