1- Process.oSession.set/getSessionVar() or Session.set/getSessionVar()
2- .wUserGet() returns whatever you implemented
if you implement xxxFrm.wUserGet(), xxxProcess.wUserGet() returns the same as xxxFrm.wUserGet()
Lot of trouble trying to instantiate wwsession, which is what I originally thought to do. Could you give a quick example of these 2 things in VFP code:
1. I want to set a property ADMIN=.F. for this user (session wide). then later retrieve it.
2. From some method somewhere I want to see the current master user from wUsetGet. (not form specific)
Thanks
data depending on user but not on request/event can be stored in wwSession
data depending on user and changing along request/event should be stored in form properties and moved around forms by parameters
The roadmap does not mention the saving of _screen properties. IS it still planned for 1.3?
Also, you stated that we should wait for that feature to store user specific (not form specific) data -- how do you suggest it be done in the meantime?