PRJ301_-_SU_2024_-_FE_2371.webp
T

PRJ301_-_SU_2024_-_FE_2371.webp

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

Thông tin

Category
PRJ301
Thêm bởi
Thái Bảo1
Ngày thêm
Lượt xem
8,413
Lượt bình luận
41
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom