Multiple choice technology programming languages

What are the different ways for session tracking?

  1. Cookies

  2. URL rewriting

  3. HttpSession

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Session tracking can be implemented through multiple mechanisms: Cookies (stored on client), URL rewriting (appending session ID to URLs), and HttpSession (server-side session management). All three are valid approaches.