Home »
MCQs »
Flask MCQs
Which of the following method of request.cookies attribute is used to read a cookie?
42. Which of the following method of request.cookies attribute is used to read a cookie?
- Get
- Post
- Put
Answer: A) Get
Explanation:
The get() method of request.cookies attribute is used to read a cookie.