单项选择题
A.User user = // retrieve the User object from the database session.setDurationInterval(user.getSessionDuration());
B.User user = // retrieve the User object from the database session.setMaxDuration(user.getSessionDuration());
C.User user = // retrieve the User object from the database session.setInactiveInterval(user.getSessionDuration());
D.User user=//retrieve the User object from the database session.setDuration(user.getSessionDuratio());
E.User user = // retrieve the User object from the database session.setMaxInactiveInterval(user.getSessionDuration());
单项选择题 Which method must be used to encode a URL passed as an argument to HttpServletResponse.sendRedirect when using URL rewriting for session tracking?()
单项选择题 Whichinterfacemustaclassimplementsothatinstancesoftheclassarenotifiedafteranyobjectisaddedtoasession?()
单项选择题 In your web application,you need to execute a block of code whenever the session object is first created. Which design will accomplish this goal?()