Hi,
I have application A where I defined several application items as global. This application also had the login page for all my applications meaning every other applications redirects to this applications login page for authentication. The home page for application A has a branch on page load that redirects to the appropriate application and page for ex: application B page 1.
On my login function, I set session state values for the application A application items. However, trying to get the value from application B doesn't seem to work as it returns a null value unless I define that same application item in application B.
Is there anyway do get the value without defining the item in other applications?
UPDATE:
Even though the item returns null when referencing it through &MY_ITEM. or v('MY_ITEM'), when I click the Session button on the bottom

and list all Items, the MY_ITEM is shown with a value in the list.
How does this Session window get the value?
Regards,
Allen