1
Does XOOPS destroy all cookies on login? I'm tring to pass an array from the anonymous state to logged in using $_COOKIE and XOOPS seems to reset this global.
I know that XOOPS resets $_SESSION so that's why I'm asking. Does anyone have any suggstion as to how I can pass this array from anonymous to registered (logged in)?