Keep user signed in when click verify link

Hello, is there anyone has face the same problem with me? When user click verifiy link, meteor force user logout? How to keep the current sesssion?

There is very little meta info here to use in discerning your problem. Assuming you are referring to users clicking the link sent to them asking them to verify their email address, one issue you may be facing is users coming to your site via subdomain address (such as www.example.com) or vise versa, logging in and then receiving a link that takes them to the primary domain (example.com). For security reasons the browser treats these as 2 distinct origins and so the login token stored in local storage from the initial login will not be accessible from the other origin. A similar cause could be links/visits using http:// vs https://.