How to stop then immediately start a new session?

Good morning OR team, how do I properly stop a session then immediately start a new one? I’m having trouble doing this in react even though I’ve tried to async it. Do I have to clear anything In local storage?

tracker.stop(); tracker.waitStatus(0); tracker.start({ forceNew: true })