Multiple choice technology security

Cookie is—

  1. stored on Server

  2. executable text

  3. used for authentication

  4. all of the above

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

Cookies are stored on the client side (browser), not the server. They are small text files used for session management and authentication. Cookies are not executable code.