I currently have an Oxwall social networking site with the most up-to-date updates. I also have a directory on the same site with a separate 3rd party PHP script. Both are working well independently.
I am able to set up a cronjob to look at the user table in oxwall and insert new users into the user table in my other script, but I'm having trouble with how to get the two programs to act as one.
I would like users on my oxwall site to link to the separate directory and use that script without having to go through another sign in process.
Any advice as to how to handle this through the session property of PHP? Or, am I missing something else too? I found one post with a similar question and it involve setting a global session variable, but I'm not sure what file I should modify in Oxwall, and a recommended way to modify, to accomplish this.
Thanks!!!
Jon