i think that after returning to the init() of the form you must reload the the session with mycSession=this.wUserGet() and this.wUserSet(mycSession)
Regards
GLS
From: | LLS |
To: | Tuvia Vinitsky |
Regards
GLS
In the Init of our xxxsets class, we call a prg, say MORESTUFF.PRG. In that parg 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?