On dinsdag 10 juli 2018 14:40:41 CEST need_some_help wrote: > I've followed numerous examples, but the only one that does not return > errors are the implementations of the two functions below. There doesn't > seem to be an HTTP_COOKIE key in the environ. The request value only gets > set with POST and GET. Think something is wrong with my setup, because none > of the common usage patterns I've seen online like request.POST don't work.
... > You can see their is no HTTP_COOKIE in the keys. If I'm not setting it > right, or there's something I need to check, please let me know. Do you know how cookies work? Specifically, that on the first request to a server by a new browser (or command line), there never are cookies? -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3648020.a4HAOye7Rv%40fritzbook. For more options, visit https://groups.google.com/d/optout.

