D. A small text file stored on the user's computer
Answer: Option D
Solution (By JKExamLibrary)
A cookie is a small piece of data sent from a website and stored on the user's browser, used to remember stateful information such as login sessions, preferences, etc.
Explanation:
Apache HTTP Server is one of the most widely used open-source web servers. Nginx is also open-source, but Apache is more traditionally associated with the open-source label.
Explanation:
A domain name registrar is a company that manages the reservation of Internet domain names and provides registration services to the public.
Explanation:
The 'HttpOnly' security flag prevents client-side scripts from reading cookie strings via properties like 'document.cookie', protecting session tokens from malicious script injection exploits.
No comments yet. Be the first to start the discussion!