Kizspy | Question: 27
(Choose 1 answer)
Which is NOT a standard technique for a session be definitely invalidated?
A. The container is shutdown and brought up again.
B. No request comes from the client for more than "session timeout" period.
C. If the session time out is set to 0 using setMaxInactiveInterval() method.
D. A servlet explicitly calls invalidate() on a session object.