Multiple choice technology web technology

If an administrator configures session management for an application server to use SSL ID tracking, which two other session tracking mechanisms should also be enabled?

  1. Cookies

  2. URL Rewriting

  3. Security Integration

  4. Serial Access

  5. RMI

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

When SSL ID tracking is enabled, Cookies and URL Rewriting should also be enabled as fallback mechanisms. SSL tracking can fail if clients don't support SSL sessions or if sessions are invalidated, so cookies provide primary persistence and URL rewriting ensures session continuity when cookies are disabled. Security Integration, Serial Access, and RMI are not session tracking mechanisms.