Replies: 5 comments
-
Logging in would log you into all sites. The multisite feature doesn't separate them. Or at least, it isn't supposed to. Are you using different domains? |
Beta Was this translation helpful? Give feedback.
-
Yes, I use different Domains. I have a site with secured content, where users can login. When they are logged in, the other sites should show secured content from the site, where they can login. |
Beta Was this translation helpful? Give feedback.
-
Ah, okay. You could try setting the session domain in your
Then the sessions will be shared as if they were all on the same domain. |
Beta Was this translation helpful? Give feedback.
-
I can not login anymore, not in the cp and not at the frontend. I've cleared the cache, but without success.
|
Beta Was this translation helpful? Give feedback.
-
I've changed the SESSION_DOMAIN to the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have a multi-site and use the
User:Login_Form
tag. The users should login to multiple sites with this form. I've triedsite="*"
andsite="site1|site2
. I couldn't find something in the docs to this. Right now, the login works just for the current site. Perhaps it's not supported or there is another way. Can someone help with this?Beta Was this translation helpful? Give feedback.
All reactions