PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WebDev and share properties
WebDev and share properties
Débuté par Ben, 28 jan. 2008 18:14 - Aucune réponse
Posté le 28 janvier 2008 - 18:14
Is there a way to share a property globally between sessions? For example, if theres a price property that changes due to time and other events, i want all the sessions to be aware of this change.

The only way i've seen this possible is by doing an Async AJAX call to a function. Is there a diffent way to do this or am i using the best method?