Barclays Interview Question

How many session object will be kept on the server if it is currently handling 100 client requests?

Interview Answers

Anonymous

Apr 8, 2010

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.

Anonymous

Mar 4, 2010

100 session objects