Mr. Goodie2Shoes
Well-known member
Well, at this moment, I am using cookies to save an instance. And for some reason I can't save it in the session by:
and when I 'fetch' it by:
I am getting 'false' instead of the instance.
PHP:
XenForo_Application::getSession()->set($key, $value)
and when I 'fetch' it by:
PHP:
XenForo_Application::getSession()->get($key)