(Choose 1 answer)
Your web application logs a user in when she supplies username/password. At that time a se for the user. Your want to let the user to be logged in only for 20 minutes. The application sh user to the login page upon any request after 20 minutes of activity. Which of the following H methods would be helpful to you for implementing this functionality?
A. getCreationTime()
B. getLastAccessTime()
C. getLastAccessedTime()
D. getMaxInactiveInterval()
Exit 43