Yahoo interview question

How do you design session timeout mechanism for clients on the server side

Interview Answer

Anonymous

3 Jun 2012

The answer should be on the lines of data structure to store client info and how to detect the timed out clients from that data structure with good search and insertion efficiency.