Which of the following is not true about session?
All users connect to the same session
New session cannot be created for a new user
All users have same session variable
Default timeout value for session variable is 20 minutes
Answers
Answered by
1
Answer:
new session cannot be created for new user
it is wrong
Answered by
0
Answer:
The default timeout value for the session variable is 20 minutes is not true for the session.
Explanation:
- The default timeout value for the session variable is 20 minutes.
- However, this value can be changed according to the requirements.
Explanation for incorrect options:
All users connect to the same session
- Once a session is created, all the existing users can connect to it.
New session cannot be created for a new user
- A new user can connect to the existing session.
All users have same session variable
- Since all the users are connected to the same session, the session variable is the same for all of them.
#SPJ3
Similar questions