← Back to context

Comment by voxic11

2 days ago

> Session cookies are temporary data files stored on a user's device to maintain a user's session on a website or application. They are automatically deleted when the user closes their browser or exits the application, unlike persistent cookies which can store information across sessions.

Most sites do not use session cookies for auth, they use persistent cookies.