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 Django users < [email protected]> wrote: > 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 help with. I assume you mean something with Django > sessions but it's impossible for me or anyone else to know exactly what > kind of issue you need to solve. > > Kind regards, > > Kasper Laudrup > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/ade6fd19-d942-f5e9-dc9e-1f921d94b648%40stacktrace.dk > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhtoRrvi6Y%3Dwu9rea42B7D9wSF-dOheiqXiFnUtADx4pBb%3Dg%40mail.gmail.com.

