Walk through of how to store httpOnly cookies on your node express Typescript server using Qwik as the frontend for making axios requests to do so. This is because we will need our Server to make checks later on, that a user is who they say they are and thus the cookies need to be persisted on page refreshes etc. In the next video, we will then be able to finally protect our members only dashboard route.