Currently in global setup we use isSessionValid to determine whether cookies need to be regenerated for a given exui user - here
However this is done after any fixture setup and hence a browser is spawned before this check occurs, so can this check be done somewhere else earlier in the process? Preferably prior to the browser instance creation