Hi, I'm using supertokens in a chrome extension, the problem we are facing right now is that when I log in on my extension when a certain website is opened in the browser, the session is only maintained if the user opens the extension on the same website. If he navigates to another website, and opens the extension, the user has to re-login, how can I implement a way through which user only logs in once to the extension and then sessions stays through out the browser, no matter the website opened.