1
I have a XOOPS based site (2.0.13 version) and I would like to continue controlling the members in another part of the site.
The new code is written in PHP as well. I've been trying thinks like that:
include "XXX/mainfile.php";
include "XXX/include/common.php";
$uid = $xoopsUser->getVar('uid');
What collection of functions do I have to call to take control of the user session in XOOPS?
Kind regards, thanks in advance,
Jorge