950
Views
4
Comments
Solved
Is there any Global Variable in Mobile application?
Question

Is there any Global Variable in Mobile application? , I just want to have like session variable in mobile app. Thanks ! 

2019-01-14 10-48-23
João Pedro Batista
Staff
Solution

Hello Ter, 

I think this documentation page has the information you are looking for; it also includes an example for a mobile app.

Kind regards,
João Batista

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Ter,

Though the documentation pointed to by João indeed gives you an implicit answer, the explicit answer is no, there's no such thing as session variables (or site properties for that matter) in mobile.

2019-01-14 10-48-23
João Pedro Batista
Staff

Thank you Kilian, I should have mentioned that indeed :)
You can still use site properties in mobile but you have to "fetch" their values with a server action to use them in the client side of your mobile app.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Yup, but that means you need to create a server action. I'd rather have them synced automatically, but alas...

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