The getSession() method with 'true' as its parameter [ getSession(true) ] it will return the appropriate session object when
Options
- the session is completed
- the session object is passed to another method
- the session does not exists
- the session is existing
CORRECT ANSWER : the session is existing
Write your comments