Store the data per user in variable throughout the user login session
Confluence User - 01 Dec, 2023
In my application, upon a user's login, they have the option to select their working department, such as accounts, HR, operations, etc. Once a department is chosen, the app should display only information relevant to that selected department in the user's list. How can I implement a mechanism to record and store the chosen department for the user during their login session ?
forms;variable;datalists