diff --git a/src/router/index.js b/src/router/index.js index ce0c48308..4a13a8fc7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,6 +50,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); }