Hi I have a website that currently has 3 systems these are,
My own Log In / User Authentication System
A PHPBB Forum
A Zen Cart Shop
What I need To Do
Have A Customer Logged in from a form in my own log in system, so they do not need to log in twice and for ease of use.
Current Situation
Basically I have set it up so that when a user registers at my site, a user is created for them in the forum and a customer is created in zen cart. Now I need to log the user into Zen Cart when they log in using the form on my website. Getting PHPBB to work was no problem, I found a class and now when a user logs into the website they are also logged into PHPBB. And when they log out of the site, they are logged out of phpbb.
I have modified phpbb so that the log in link takes them to my log in form and the log out command is going to my log out system. I intend to do the same with Zen Cart but so far I have found it impossible, I cannot find any support for this any where so I am asking here.
Please someone give me a hand let me know which file it is that makes the user logged in as I cannot find anything, or what function is run, or even what session data is created so that I can duplicate this with my own log in system and then I will be very happy indeed.
Cheers![]()





