[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Heart-stopping _mproapsv memory usage in PASOE !

Status
Not open for further replies.
D

dbeavon

Guest
From ABL code is there a way to gain access to the related HTTP session that is provided by tomcat? For example, could I dynamically change the HTTP session timeout for a given appserver procedure . I would like some procedures to have shorter HTTP session timeouts than others. This would only be needed for certain unusual and long-running reporting procedures. Here is a link to show that webapps can do it directly from java. stackoverflow.com/.../how-to-set-session-timeout-dynamically-in-java-web-applications (It appears they can use the setMaxInactiveInterval - tomcat.apache.org/.../HttpSession.html ). I have not found a way to interact with the HTTP session directly (from ABL code). The only thing I found was some read-only properties (Progress.Lang.OERequestInfo ) that are accessible from SESSION:CURRENT-REQUEST-INFO .

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