4
Hi,
I hope that I'm not off topic too much, but I'm working on a very similar issue.
We have been working on a number of appplications (based mostly on PEAR DB,DBO,Auth,Quickform and QFC and Smarty) and would love to be able to add a range of XOOPS based functionality. The application framework has a core UserAdmin (needing to be replaced) and a number of very specific applications/modules. The UserAdmin module manages session vairables/cookies to ensure that only certified users are able to connect to the applications.
I have ported all of the existing users and group information into the relevant XOOPS tables. Plan A was to use build a specialised module that would set the appropriate $_SESSION variables (essentially $_SESSION['valid_user_id']) and then send them off to the appropriate scripts.
I'm running into a really interesting problem in that having logged into XOOPS and setting the appropriate session vars, once I get to my scripts, the session disappears as do all of the XOOPS Global vars.
I'm still trying to work out why and what I am doing wrong, but in the meantime if anyone has clues I'd appreciate it heaps.
Thanks, BTW we love XOOPS as hpfm.
Barry (aka Beach_defender)