Disabling asking for login with wallet when coming back to the website

if the user is logged in with a wallet, and come back to the website after the session ended (closing browser ) he got pop ups to login (metamask). how to disable this feature because it is annoying and destroy user experience.

@odsh97 Have you enabled session managment on your application? The Session Management feature allows checking and maintaining existing sessions with Web3Auth.

During login with Web3Auth, pass the sessionTime parameter. It will allow users to stay authenticated with Web3Auth for up to 1 day by default or a maximum of 7 days until they log out or their session data is cleared.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.