Which of the following Sets a new cookie or updates an existing cookie?

25. Which of the following Sets a new cookie or updates an existing cookie?

  1. ctx.cookies.set()
  2. ctx.set()
  3. cookies.set()
  4. set.cookies()

Answer: A) ctx.cookies.set()

Explanation:

ctx.cookies.set(), Sets a new cookie, or updates an existing cookie.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.