SameSite Cookies for Everyone - Cross Site Request Forgery Mitigations (follow up)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video describes the SameSite attribute of cookies which aids in mitigating CSRF attacks.
    A server can set them via the Set-Cookie HTTP response and they will help mitigate Cross-Site Request Forgery attacks, a common web application attack which we discussed in a previous video.
    Many browsers now default cookies to SameSite=Lax. Watch this video to learn more!

Комментарии • 2

  • @LukmaansStack
    @LukmaansStack 10 месяцев назад +1

    in development environment the cookies are setting but in production environment the cookies are not setting what is the solution for this issue please help

    • @embracethered
      @embracethered  10 месяцев назад

      Thanks for watching! Seems like a developer question, it might be related to the domain or path properties of the cookies when they get set