Suppose I have a domain example.com and it has wordpress installed. I have installed IPB in sub folder like example.com/forum.
I want that after login to IPB, user can login with the same session in wordpress. After searching a lot i got this in webflake forum from a user saying "The simplest solution, since the website and forum are under the same domain, is to use forum's database to register users and use sessions to validate if they are logged in under the website."
How to do this?
I can use WP IPS Connect or IPBWI but I want to know that is this possible by the above way?