cookies are not being set on browser Django, I have a function where cookies work and the other doesn’t, why?
I’m making a webapp in Django and Electron using websockets and I wanted to insert one of the socket responses into the user’s cookies, but unfortunately I don’t know why but they are not being inserted, here is an example of what I am doing:
cookies are not being set on browser Django
I’m making a webapp in Django and Electron using websockets and I wanted to insert one of the socket responses into the user’s cookies, but unfortunately I don’t know why but they are not being inserted, here is an example of what I am doing: