Hi, Recently I started a project that needs to integrate a forum. Like many other posts here I also have my own user management system but I haven't seen anyone discuss using Curl to login.
Is this not possible, or simply not the best approach?
I'm afraid I don't have much experience with sessions and Vanilla, or any other web apps for that matter. I won't recomend one method I do know works because it simply is not secure.
Curl won't work because it won't give the user's browser the cookies necessary to link the session to the browser.
Vanilla is made modular enough to be able to just pull out the built in session handling and replace it with whatever you have, like has been done with Wordpress. I did come across a joomla (or maybe it was drupal?) "bridge" that integrated sessions, and am sure there are other ways to pass the session data into Vanlla.