Further reading
Review the MDN Web Docs for more information about URL search parameters and the URLSearchParams
interface: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams.
Also refer to the MDN Web Docs if you want to learn more about HTTP cookies: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies or the Headers
interface: https://developer.mozilla.org/en-US/docs/Web/API/Headers.
Refresh your knowledge about HTML forms by reading through the MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form.
Remix provides several primitives for working with sessions. You can find more information in the Remix documentation: https://remix.run/docs/en/2/utils/sessions.
Remix also provides lower-level primitives for working with cookies: https://remix.run/docs/en/2/utils/cookies.