1
Hi xoopsers,
I am having some problems , let me jot it down :
i have made a module, which uses session_start()
once a user is logged in (a seperate login screen is prompted in the module) .
When i login into XOOPS everything goes well
then i login into the module (which has a session_start())
and two things happen :
1. a conflict with session_start() in "include/common.php line 186""
2. xoops_user and respectively xoops_is_admin goes empty.
which make the rest of the XOOPS site looking like you are not loggged in . !!!!woops
Does anybody has a workaround for this ?
Counting on the XOOPS community