CASH-139
CASH-139 remove fromHeritage querystring once validation is checked so expiration works on service location
This commit is contained in:
parent
b7bc16da68
commit
16093ecaf7
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ const routes = [
|
|||
log(" --cookie: ", getFunnelCookie());
|
||||
log(` --from.redirectedFrom:>${JSON.stringify(from.redirectedFrom)}<`, "");
|
||||
|
||||
// after session is validated, remove the fromHeritage querystring if it exists so session expiration works
|
||||
if (to.query) {
|
||||
delete to.query[queryStrings.FROM_HERITAGE];
|
||||
}
|
||||
|
||||
await analyticsMixin.methods.validateSession();
|
||||
|
||||
if (getFunnelCookie()?.SuppressConceptFunnel) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue