Quote:
Originally Posted by Ice_Haron
Hello, I have a site and I have vbCloud forum.
What I need:
User comes to my site, logs into it, and when he goes to forum, he is ALREADY logged in, he don`t need to login another time.
I transfered accounts from site to forum via "/ajax/api/user/save", so accounts are synchronized, i just need to make a single auth both for my site and forum.
Also, please, tell me, where I can find full list of "/ajax/api/***" methods, if its possible.
Thanks for help.
|
I think you'll need to make the changes for the session on the secondary site since vBCloud won't alow you to do so, however this implies that you've to do a comparison of the cookie parameters from there as well which might or might not be a challenge depending on the vBCloud capabilities.