Hello everyone,
I am quite new to all things related to session state and am trying to get a good grasp of how to proceed with the following given the provided context :
- Hidden items set by dynamic action
- Display items that showcase those values (by setting Source to be SQL Query or set against those hidden items)
- For my display items which option would be appropriate(I am mainly concerned with users opening up different tabs of same page but they should be able to see info related to specific request they are on).
-
Always, replacing any existing value in session state
-
Only when current value in session state is null
4) Separate note: Are global page items value subject to change as I am on different tabs for different requests? Application items seem to change but not sure for global items. Thinking of using them for LOV’s (to show active and inactive values) by setting it against targeted page items in the pages I need.
Would greatly appreciate any guidance!