res.cookie('cokkieName',randomNumber, { maxAge: 900000, httpOnly: true }) res.cookie('Cookie Name', 'Cookie Value', {Cookie Options Object})