Forum Post: RE: Memory leak when using SESSION:CURRENT-REQUEST-INFO

Status
Not open for further replies.
F

Fernando Souza

Guest
This is definitely a bug. Please report it to Technical Support so we can address it. In the meantime, as a workaround, assign SESSION:CURRENT-REQUEST-INFO to a variable and access the property from it. For example: DEF VAR reqObj AS Progress.Lang.OERequestInfo NO-UNDO. reqObj = SESSION:CURRENT-REQUEST-INFO. temp = reqObj:GetClientPrincipal(). l_user_id = temp:USER-ID.

Continue reading...
 
Status
Not open for further replies.
Top