Reputation: 3736
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
Reputation: 39689
Check setting test cookies to test whether the user's browser accepts cookies.
Upvotes: 2