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 ?
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:
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
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