I
Irfan
Guest
I just tried to create a class file with a property to get the value on the property 'test1' and deployed it in PASOE PROPATH. CLASS OpenEdge.Test.TestSingleton: define public static property test1 as int init 1 get. set. END CLASS. Make multiple calls over a APSV to that class from a procedure and it worked fine. Changed the property INIT to a different value and then executed 'terminateFreeABLSessions' API , observed that the sessions got terminated and then on a new request I see that the changed property INIT value is reflected correctly. So I think 'terminateFreeABLSessions' would be a better API to refresh the rcode.
Continue reading...
Continue reading...