I would like to get a cookie (e.g. country
) with this Flask call.
data = request.cookies.get("country")
How can I tell if the cookie exists?
question from:https://stackoverflow.com/questions/13531149/check-for-a-cookie-with-python-flaskI would like to get a cookie (e.g. country
) with this Flask call.
data = request.cookies.get("country")
How can I tell if the cookie exists?
question from:https://stackoverflow.com/questions/13531149/check-for-a-cookie-with-python-flask