[progress Communities] [progress Openedge Abl] Forum Post: Disable Tomcat Sessions For Rest

  • Thread starter Thread starter pedrorodriguez
  • Start date Start date
Status
Not open for further replies.
P

pedrorodriguez

Guest
Hi, Is it possible to disable the creation of tomcat sessions when using it only as a completely stateless server for REST calls? The goal of those rest services is to provide a replication system, so all session information is irrelevant, but even with 1 minute timeout lots of sessions get created causing issues in the tomcat server. One option I have considered is to implement a custom filter that invalidates the session after processed the response, without much luck so far, would that be an approach that could work or is there something in the servlets that provide the rest service that will make it impossible? Any other ideas or is there something fundamentally wrong that we are doing? Cheers,

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