Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 536 Bytes

0615.md

File metadata and controls

18 lines (12 loc) · 536 Bytes

How does one create a cookie which will exist only until the browser session is terminated?

  • A) Do not provide a cookie expiration time
  • B) You cannot create cookies that expire when the browser session is terminated
  • C) Setting the expiration time for a cookie to a time in the distant future
  • D) Enable Cookie Security
Answer

Answer: A