Kizspy | Question: 27
(Choose 1 answer)
What is the correct code to set the time out for a session to 30 minutes in Java Servlets?
A. session.setMaxInactiveInterval(30* 60);
B. session.setInactiveInterval(1800);
C. session.setTimeout(30*60);
D. setSessionTimeout(session, 30);
E. None of the other