Kizspy Question: 35
(Choose 1 answer)
public class MySessionListener implements HttpSessionListener {
public void sessionCreated(HttpSessionEvent event) {
}
// TODO: Your code here
public void sessionDestroyed(HttpSessionEvent event) {
// TODO: Your code here
FUSTER LOW LOW
In the sessionDestroyed method, what kind of tasks would you typically perform when a user's session is
invalidated?
A. None of the others
B. Handling user authentication
C. Initializing a new session
D. Handling HTTP requests