How to use cookies with django

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 9

  • @jaimeandresgarcia7518
    @jaimeandresgarcia7518 2 роки тому +1

    Easy too understand and straight to the point. Thanks.

  • @codedjango
    @codedjango 2 роки тому +2

    Thanks, any idea as to how to set cookie as "http-only"?

    • @codepiep
      @codepiep  2 роки тому +1

      we can use SESSION_COOKIE_HTTPONLY = True in settings.py.
      but since django 1.4, it is true by default. You can find full information here: docs.djangoproject.com/en/1.11/ref/settings/#std:setting-SESSION_COOKIE_HTTPONLY

    • @codedjango
      @codedjango 2 роки тому

      @@codepiep OK thank you

  • @thanikantiramadevi6660
    @thanikantiramadevi6660 Рік тому +1

    can u make vedio on sessions with django

    • @codepiep
      @codepiep  Рік тому

      Sure, I'll schedule it soon

  • @satishkumarsingh7919
    @satishkumarsingh7919 2 роки тому +1

    Can you make video on 3.0.
    Also can you

    • @codepiep
      @codepiep  2 роки тому +1

      It is on top priority.... 😉