Hello, I wanted to implement single sign-on (SSO) on my projects which share same parent domain.
I found this and implemented: http://www.yiiframew...iple-subdomains
Authentication only works if I check "remember me next time" and I should say it works as expected, authenticating user for each subdomain. The problem is if I don't check to stay signed in then it doesn't authenticate, though it does create same session id for each subdomain. In other words, it is creating a session file but not saving sessions only because I changed the savePath.
Can anybody help please?
Page 1 of 1
Single Sign-On (Sso) did anybody try it?
#2
Posted 16 December 2012 - 03:12 AM
Today I tried to save session in database
it is now saving session to database and logging in normally, but if I open the other subdomain then it has same session but in database the session file becomes empty and the first subdomain also becomes unauthenticated.
'class' => 'system.web.CDbHttpSession',
'connectionID' => 'db',it is now saving session to database and logging in normally, but if I open the other subdomain then it has same session but in database the session file becomes empty and the first subdomain also becomes unauthenticated.
#4
Posted 29 December 2012 - 02:25 PM
I was able to get it working actually. I'm not sure what I did differently. Just followed the wiki exactly.
Share this topic:
Page 1 of 1

Help












