Re: How to use session in django??

2020-06-14 Thread Doddahulugappa.B
_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Jun 15, 2020 at 8:35 AM meera gangani wrote:

Re: How to use session in django??

2020-06-14 Thread cosmos multi
I use sessions more for what shopping carts are, saving information temporarily. El dom., 14 jun. 2020, 11:36 p. m., meera gangani escribió: > Hello , > How To use session in django > Can you please help me out! > > > Thanks in advance > -Meera Gangani > > --

How to use session in django??

2020-06-14 Thread meera gangani
Hello , How To use session in django Can you please help me out! Thanks in advance -Meera Gangani -- 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

Re: How to use session in django

2019-11-03 Thread Parth Joshi
Hi Amit, Here there are two ways: 1. Capture the csrf cookies and send it with request as we do it for AJAX request. https://docs.djangoproject.com/en/2.2/ref/csrf/#ajax. Here you will have to figure it out for python. 2. If you are doing it for testing purpose and want to bypass c

Re: How to use session in django

2019-11-03 Thread Integr@te System
https://docs.djangoproject.com/en/2.2/topics/http/sessions/#configuring-sessions On Sun, Nov 3, 2019, 09:10 Amit Agarwal wrote: > Helo everyone, > > I am making a post request to the server from client.py. I am getting > error forbidden csrf cookie not set. > > What is the correct way to use ses

How to use session in django

2019-11-02 Thread Amit Agarwal
Helo everyone, I am making a post request to the server from client.py. I am getting error forbidden csrf cookie not set. What is the correct way to use session? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group