[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PROGRESS.Session.connectionLifetime

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
Are you on classic or PASOE? That is a pretty important factor these days. This should be a client-side configuration. The session-free connectivity (eg. "state free" mode) uses an internal pool of sessions. My recollection is that they will be trimmed/cycled after reaching that lifetime. However there is no background thread on the .Net side that does the trimming. So what actually happens is that a session will get used one last time BEYOND the specified lifetime and then it will be removed from the pool. It sounds like you use the Java openclient? You may want to verify this. My experience is based on the .Net side of things.

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