Monday, June 6, 2022

Re: Session in Python for Login and Logout

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 this.

Thanks

On Tuesday, 7 June 2022 at 08:10:44 UTC+5:30 juw...@gmail.com wrote:
I think what he meant is 'session' in django.


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 <django...@googlegroups.com> 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 django-users...@googlegroups.com.
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/41e0599f-6f42-4a1a-a8d0-cf51d8ad5a30n%40googlegroups.com.

No comments:

Post a Comment