在使用HttpSession维护当前在线人数的WEB应用中,当一个客户离开WEB应用时,将激发()?
A、A.ServletContextListener监听器的contextDestroyed()方法
B、B.HttpSessionListener监听器的sessionDestroyed()方法
C、C.ServletContextAttributeListener监听器的attributeRemoved()方法
D、D.HttpSessionAttributeListener监听器的attributeRemoved()方法