Hi,
I have a question regarding silverstripe subsite. Is there an option in subsite module that I can let users login only once for all the subsites and main site?
Thanks,
John
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
I have a question regarding silverstripe subsite. Is there an option in subsite module that I can let users login only once for all the subsites and main site?
Thanks,
John
Turns out the solution was quite simple. in your config add something like this
Session::set_cookie_domain('.example.com');