Cryptography Teacher Question:
Tell me how would an HTTP program handle state?
Answer:
HTTP does not handle state natively. HTTP applications use cookies to handle the state of an application. The developer can also store data in the web server’s session.
Previous Question | Next Question |
Tell me how can you defend against phishing attempts? | Explain me what is RC4? |