Pergunta de entrevista da empresa Barclays

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

Respostas da entrevista

Sigiloso

8 de abr. de 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.

Sigiloso

4 de mar. de 2010

100 session objects