Validity period of web3auth

Is the login validity period of web3auth just one day?
We Instantiating Web3AuthNoModal({ sessionTime: 604800}); document mean sessionTime (in seconds) for idToken issued by Web3Auth for server side verification. Note: max value can be 7 days (86400 * 7) and min can be 1 day (86400);

But when we test olny 86400 then expired; Could help us to solve when this situation happened.

@guopingli2018 Thanks for reaching out.

Your request has been forwarded to our team and we will get back with further updates once more information becomes available.

Can you try using the format as Web3AuthNoModal({sessionTime: 86400 * 7})?

@guopingli2018 I wanted to follow up with you on this. Are you still facing the issue ?