↧
From: | Thierry Nivelet (FoxInCloud) |
To: | Tuvia Vinitsky |
In the Init of our xxxsets class, we call a prg, say MORESTUFF.PRG. In that prg we set a session variable using session.setsessionvar, as we do all over our app. Throughout the MORESTUFF the session var persists, but upon returning to the Init of xxxsets from MORESTUFF the session vars set in MORESTUFF are gone.
We are still in the same session, no? The code in morestuff is thousands of lines and putting it in xxxsets.Init would be a logistical bear.
What is the scoop here?
-- thn (FoxInCloud)