how to SSO

Hi,

I am trying to implement a SSO from yii blog demo. Is there any way for …/demo/blog, and …/demo/blog2 to have a SSO. They are using the same demo database. It seems that changing cookie path is not working.

Thanks in advance  :)

Is there any solution for this?  :)

I think the problem lies in how you store the session ID. If they are stored in cookie, then you need to make sure the two applications are using the same cookie.

Hi, Qiang(or Chung?? ;))

I've got a single sign out with your idea. still work for single sign on. I will let you know if I get it to work.

Thank you for great framework!