Which session persistence type is invalid?
A.
async_jdbc
B.
replicated_if_clustered
C.
file
D.
cookie
E.
replicated
F.
Async_replicated
G.
async_memory
Which session persistence type is invalid?
Which session persistence type is invalid?
A.
async_jdbc
B.
replicated_if_clustered
C.
file
D.
cookie
E.
replicated
F.
Async_replicated
G.
async_memory
A, G are invalid
Valid are:
– memory
– file
– cookie
– jdbc
– replicated
– replicated_if_clustered
– async-replicated
– async-replicated-if-clustered
– async-jdbc
Therefore the correct answers are (mind the hyphens!):
A, F, G
see:
https://cafe-o-babe.blogspot.de/2009/03/http-session-management-in-weblogic.html
The answer is G
note: there are a few errors in the answers –> Async_replicated is Async-replicated
G