Nick Dong
Nick Dong

Reputation: 3736

how to know the browser support cookie using python or django

I want to check whether the web browser supports cookies, before I set cookies. How to do it using python or django. I didnt find it on google and python document and django doc? any one knows? thx

Upvotes: 1

Views: 297

Answers (1)

Aamir Rind
Aamir Rind

Reputation: 39689

Check setting test cookies to test whether the user's browser accepts cookies.

Upvotes: 2

Related Questions