Home » JAVA Programming » Networking » Question
  1. Which of the following is not true about session?
    1. New session cannot be created for a new user
    2. Default timeout value for session variable is 20 minutes
    3. All users have same session variable
    4. All users connect to the same session
    5. None of these
Correct Option: B

Default timeout value for session variable is 20 minutes. This can be changed as per requirement.



Your comments will be displayed only after manual approval.