Which of the following statements about invalidating a session is true?
Posted: Mon Aug 01, 2022 9:41 am
Which of the following statements about invalidating a session is true?
A. The getCreationTime() method can be called on an invalidated session.
B. The invalidate() method belongs to the HttpServletRequest interface.
C. A session can be invalidated programmatically as well as using the deployment descriptor.
D. The getAttribute(String name) method throws an IllegalArgumentException if called on an invalidated session.
A. The getCreationTime() method can be called on an invalidated session.
B. The invalidate() method belongs to the HttpServletRequest interface.
C. A session can be invalidated programmatically as well as using the deployment descriptor.
D. The getAttribute(String name) method throws an IllegalArgumentException if called on an invalidated session.