My company website is composed of three different subdomains.
And I found that web3auth session is not kept among them.
Perhaps that's because it uses localStorage.
But is there a recommended way to solve this issue?
Originally posted by:
jisoo-3pm Check the discussion at:
https://github.com/orgs/Web3Auth/discussions/569
Hello! I have the same use case. I would like to share a session between two subdomains. I am currently using PnP no-modal sdk. I can’t find any information on how to initialize the sdk with a previously created session on another subdomain. I tried copying the session data from localstorage and putting it on another domain, but it throws an error about an expired or invalid session. Could you please explain me how to do this? Thanks!
Hey @alexey.moiseenko
Can you please share the code showing how you’re trying to implement this? I’ll be able to help you better.