Oracle WebLogic Server 12c: Administration I — Question 1
Which session persistence type is invalid?
Answer options
- A. async_replicated
- B. async_jdbc
- C. replicated
- D. async_memory
- E. cookie
- F. file
- G. replicated_if_clustered
Correct answer: D
Explanation
The correct answer is D, async_memory, as it is not a recognized session persistence type. The other options, including async_replicated, async_jdbc, replicated, cookie, file, and replicated_if_clustered, are all valid types of session persistence used for managing user sessions.