Auto Login

Hi all, i’m using two Yii application for diff purpose. Both application have user login and models for user login. Application 1 connected to App 2 using a link. So if user logged in App 1 and clicks the App 2 link, it needs to auto login in App 2. Means no additional login called for App 2, if App 1 user is logged in. By which method i can implement this?

Thanks

If you use subdomains, maybe this wiki article helps.

Otherwise search the web for ‘yii multisite login’.