QuestionQ110

Configuring and Monitoring WebLogic Server

An online-store web application runs on a WebLogic Server cluster. Its users frequently report that the information in their shopping carts disappears before they can complete an order. You monitor the web application using the Administration Console.

Which metric is most relevant to this issue?

  • A Average execution time
  • B Session timeout
  • C Current session count
  • D High session count
  • E Cookie domain
Explanation

Shopping-cart state is typically held in an HTTP session. The session timeout determines how long a session may remain inactive before WebLogic invalidates it, so it directly explains carts disappearing before checkout. Oracle documents Session Timeout as the amount of time a session can be inactive before invalidation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!