129
Views
2
Comments
Client Variable

I am login with my device and search for any movie and after that i login with my second device should the movie detail  is available which was search by me or not ?

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Mohammed,

Your question is a bit unclear, so it is a bit of a guess, but given that your question title is Client variable, I guess you safe your search argument in a client variable.

The value of a Client Variable is shared across different apps in the same environment, under these conditions:

  • User Provider of the apps is the same.
  • The apps are running in the same browser.

So in your case your other device, is another browser in which the app runs, it the client variable is not shared.

More information about Client Variables can be found here:
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Handling_Data/Client_Variable

Regards,

Daniel

2023-12-14 09-56-57
Yogesh Javir

Hey,

You have to capture your search and store entity,whenever you come back with any device last search will easily get.

Hope you will get it.

Thanks

Yogesh

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.