Multiple choice technology web technology

What are the common mechanisms used for session tracking?

  1. Cookies

  2. URL- rewriting

  3. sessions

  4. SSL sessions

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

Common session tracking mechanisms in web applications include Cookies (storing session IDs), URL rewriting (appending session IDs to URLs), and SSL sessions (using SSL session IDs). The option 'sessions' is not a mechanism but rather the concept being tracked.