PRJ301_-_FA_2024_-_FE_3043.webp
fragrant_flower

PRJ301_-_FA_2024_-_FE_3043.webp

Kizspy | Question: 36
(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
FUOVER

Thông tin

Category
PRJ301
Thêm bởi
fragrant_flower
Ngày thêm
Lượt xem
9,084
Lượt bình luận
38
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom