What are the common mechanisms used for session tracking?
-
Cookies
-
URL- rewriting
-
sessions
-
SSL sessions
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.