What is the correct way a custom module should set global session variables that all other modules can access?
--
Raw PHP would be: $_SESSION["favcolor"] = "green";
--
Are there equivalent JR platform functions to handle session?
updated by @softdesigns: 07/01/17 08:35:18PM