1
0
-1

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 ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I would suggest to just select and store the value as a normal form field value. You can then reference that value throughout the application.

      1. Vimi

        If we store the value i t has to be updated in database ryt ? Or is there any other way ?

        Please help /

      CommentAdd your comment...