Answer the question
In order to leave comments, you need to log in
How to accept cookies in django?
On the client side, using js, I create cookies Cookies.set("TEST", 'Values'),
then on the server side I try to pick them up, but nothing comes out, I
tried this:
a = request.COOKIES['TEST']
and so
a = request.COOKIES.get('TEST')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question