Re: Session in Python for Login and Logout

2022-06-07 Thread 'Kasper Laudrup' via Django users
On 07/06/2022 06.59, Mukul Verma wrote: yeah i was saying in Django Thanks Everyone please tell me something in steps for this like how to use session variable in django and can create session currently i am able to generate token (access and refresh) and further need to create sessionĀ  with th

Re: Session in Python for Login and Logout

2022-06-07 Thread 'Kasper Laudrup' via Django users
On 07/06/2022 06.59, Mukul Verma wrote: yeah i was saying in Django Thanks Everyone please tell me something in steps for this like how to use session variable in django and can create session currently i am able to generate token (access and refresh) and further need to create sessionĀ  with th

Re: Session in Python for Login and Logout

2022-06-06 Thread Muhammad Juwaini Abdul Rahman
I think what he meant is 'session' in django. Probably can take a look at this: https://docs.djangoproject.com/en/4.0/ref/request-response/ For example, django app wants to know who is the current user, can use something like: `request.user` On Mon, 6 Jun 2022 at 22:45, 'Kasper Laudrup' via Djan

Re: Session in Python for Login and Logout

2022-06-06 Thread 'Kasper Laudrup' via Django users
On 06/06/2022 11.16, Mukul Verma wrote: Hii, Help me out in this stuff please, some steps for solve this out Python is a programming language so there's no such thing as a "session for login and logout". If you want someone to help you, you should try to clarify what you actually need hel

Session in Python for Login and Logout

2022-06-06 Thread Mukul Verma
Hii, Help me out in this stuff please, some steps for solve this out -- 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 django-users+unsubscr...@googlegroups.com.