diff --git a/src/router/index.js b/src/router/index.js index b11d0abf0..8c304268c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -51,6 +51,7 @@ const routes = [ // If the saved session has timed out, clear the session, execute 404 logic. if (getFunnelCookie() !== null && !isSavedSessionStillActive()) { await baseMixin.methods.dispatchStoreAction(storeActions.RESET_STATE); + deleteFunnelCookie(); GoToFunnelStartOn404(next); }