How to Use Django Sessions

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 40

  • @AlexZyablov
    @AlexZyablov 2 ปีที่แล้ว +20

    For anybody who was searching for it. The actual tutorial about sessions starts at 14:12.

  • @davidinmichael
    @davidinmichael ปีที่แล้ว +1

    This is a great tutorial, explains the whole concepts at once, thank you.

  • @amythomas3745
    @amythomas3745 2 ปีที่แล้ว

    Thank you! I'm taking a programming bootcamp, am late with an assessment because after having all of the 'parts' for the website that I'm required to create, until watching this I just couldn't figure out how to correctly put it all together, the views, urls, etc, I finally get it! This wasn't even why I started watching it (I wanted to get a head start on the topic for Monday) but this was much more significant to me as far as actually having a chance to pass this course, I'm excited to watch the rest. thanks again!

  • @HandcartRule46
    @HandcartRule46 3 ปีที่แล้ว +1

    Great video like always, the applicability of your tutorials is fantastic. If I may add a little tip, use constants when grabbing session data that way you ensure you didn't do a typo somewhere and will get an error in your ide. What i mean is instead of:
    request.session['data_field']
    Then:
    DATA_FIELD = 'data_field'
    request.session[DATA_FIELD]
    It works great when you are dealing with a lot of session data.

  • @brandon_wallace
    @brandon_wallace 3 ปีที่แล้ว

    Anthony, I really like these Django videos.

  • @ClaytonCook12
    @ClaytonCook12 3 ปีที่แล้ว

    Really great video! Will be using sessions more now that I've seen how easy it is to add and remove data.

  • @vikaskumarl3719
    @vikaskumarl3719 3 ปีที่แล้ว +1

    great video, nicely explained. Would have appreciated it even more if you had shown how the sessions are stored in DB and see what information does it store exactly.

    • @HandcartRule46
      @HandcartRule46 3 ปีที่แล้ว

      I'm also keen to know about this. I've been wondering if you are able to save state with class based views for individual sessions.

  • @itsvivekshukla1
    @itsvivekshukla1 3 ปีที่แล้ว

    to solve the issue that you faced in last part of the video, move the statement in line no 25 (insertion part) to the last part of current if (ie. right after removal of more than 5 elems). Nice Video. Thanks.

    • @prettyprinted
      @prettyprinted  3 ปีที่แล้ว +1

      I'll try that out. Thanks for watching!

  • @AngelHernandez-ex7ji
    @AngelHernandez-ex7ji 3 ปีที่แล้ว +1

    how long do sessions last? is there a way to limit their time ?

  • @ambaigbaig9459
    @ambaigbaig9459 11 หลายเดือนก่อน

    Pretty Printed why you didn't use orderby in order to manage the recently viewed image in the the list?

  • @saidtahmazov9197
    @saidtahmazov9197 2 ปีที่แล้ว

    Really helpful video. Subscribed! Thanks.

  • @optimuseaacademy
    @optimuseaacademy ปีที่แล้ว +1

    super tutorials, thanks man

  • @developershub2024
    @developershub2024 9 หลายเดือนก่อน

    Its a great video but i have a question, suppose we have a form where we are booking lets say a hotel but we did not finish the booking process, how can we make sure that after logging back in if we are logged in we dont loose the information in our form. instead we continue where we left. Someone please help.

    • @chahatbhatia2157
      @chahatbhatia2157 7 หลายเดือนก่อน

      I need help with the same, did u manage to get an answer?

  • @matrixtoogood5601
    @matrixtoogood5601 2 ปีที่แล้ว +2

    Sessions start from 13:29

  • @user-vv8sx2th6r
    @user-vv8sx2th6r 2 ปีที่แล้ว

    Thank you, it was realy interesting.

  • @itspaintosee
    @itspaintosee ปีที่แล้ว

    I have the same set up (as far as I can tell). I'm using the django_session table. Which has no rows. But each time I have a new request, the session is empty. Anybody know why it's dictionary is either not being set or not being reloaded on follow up requests? Thanks

  • @akhils3561
    @akhils3561 3 ปีที่แล้ว

    Nicely explained. if possible kindly do a video on soft deletion of data in django.

  • @MrPicklepod
    @MrPicklepod 3 ปีที่แล้ว

    A fantastic tutorial!

  • @ajmalbangash6928
    @ajmalbangash6928 ปีที่แล้ว

    Products.objects.filter(pk__n=request.sessions[recently_viewed])
    What is pk___n here refers to???

    • @prettyprinted
      @prettyprinted  ปีที่แล้ว +1

      pk is the primary key of Products, so the product id. pk__in means that primary key matches of the items in the list request.sessions[recently_viewed]

  • @2010sparsh
    @2010sparsh ปีที่แล้ว

    Why would u add product to session ???

  • @timmanning9
    @timmanning9 3 ปีที่แล้ว

    Is session synonymous with cookies? If not, what is the difference?

    • @prettyprinted
      @prettyprinted  3 ปีที่แล้ว

      Sessions allow you to associate information with a user. A cookie is just one method of doing so. But I would say more implementation of sessions use cookies in some way.

  • @thetechtimes
    @thetechtimes 3 ปีที่แล้ว +1

    Amazing ❤️✨

  • @RainSoundsToConcentrate
    @RainSoundsToConcentrate 9 หลายเดือนก่อน

    Awesome :)

  • @7s9n
    @7s9n 3 ปีที่แล้ว

    Thanks 💛

  • @idobooks909
    @idobooks909 2 ปีที่แล้ว

    13:28

  • @AntonioSanchez-bi3nu
    @AntonioSanchez-bi3nu 3 ปีที่แล้ว

    Te amo.

  • @chamaipornphongthong
    @chamaipornphongthong 3 ปีที่แล้ว

    👍👍👍👍👍👍👍

  • @scren2010
    @scren2010 3 ปีที่แล้ว

    👍

  • @ashokkumar5581
    @ashokkumar5581 2 ปีที่แล้ว

    th-cam.com/video/N-R5mT-nIDk/w-d-xo.html for Sessions.