How many session object will be kept on the server if it is currently handling 100 client requests?
Sigiloso
I think the question was meant to test the understanding of the differences between session and application scope in HTTP request. Session objects are stored in a client browser, so there will be 0 session objects kept on the server.