Session Cookies

Session Cookies

May 28, 2024 | seedling, permanent

tags :

Security in Browser #

ref

  • Session Cookies are cookies that last for a session. A session starts when you launch a website or web app and ends when you leave the website or close your browser window.
  • Session cookies contain information that is stored in a temporary memory location which is deleted after the session ends.
  • Unlike other cookies, session cookies are never stored on your device.
  • Therefore, they are also known as transient cookies, non-persistent cookies, or temporary cookies.


No notes link to this note

Go to random page

Previous Next