We use a single session cookie for authentication. When you sign in (via email/password or Google OAuth), a session cookie is set so the server can identify you on subsequent requests.
The session cookie expires when you close your browser or when the server-side session expires (whichever comes first).
You can delete cookies at any time in your browser settings. Note that deleting the session cookie will sign you out.
Since we only use essential authentication cookies, there is no option to use the site while logged in without them. You can browse the landing page and public pages without any cookies.
Questions about cookies? [email protected]