Hi,
I have a page which handles data of NON logged in users and I would like to pass that data to other pages in the background. I could use $_SESSION to achieve that but I'd like to use XF's built-in functionality, if such exists for this specific thing.
What is the proper way to achieve this in XF? From my tests, $this->session(); is not behaving as I want, unless I am missing something. The data does not persist once you leave the page on which it was initialised.
Thanks in advance.
I have a page which handles data of NON logged in users and I would like to pass that data to other pages in the background. I could use $_SESSION to achieve that but I'd like to use XF's built-in functionality, if such exists for this specific thing.
What is the proper way to achieve this in XF? From my tests, $this->session(); is not behaving as I want, unless I am missing something. The data does not persist once you leave the page on which it was initialised.
Thanks in advance.