Oracle WebLogic Server 12c: Administration I — Question 1

Which session persistence type is invalid?

Answer options

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.