I’m building an app on the same domain name with the e-commerce website. I want to share with that new app if the user is logged in or not on the magento website. The app will be located in a folder on the same server, same root as the e-commerce website.
Any ideas on how to solve this problem? I want to allow only logged in users to access some information from that new app. That app will be written in codeigniter, a php framework, will not be an extension of magento.