I have two yii2 projects in my server under two domain names.They are connected with each other through an anchor link.So now the situation is, for example i am visiting and log in in the first website,then i am going to the second site through that anchor tag.then i have to use the second site without login.Which means i want to use same user table and login sessions for both sites.How can i do that