setCookie(c, 'test', 'res', { maxAge: 60 * 60 * 24 * 7, httpOnly: true })console.log(getCookie(c, 'test'));
undefined