I cannot use the session timeout as it affects the application.
Optimally, I would like to tell the CSS switch which http comman to issue in 
order to close the session and not leave it open.

Here is the snippet of the switch config...


  | service myapp
  |   ip address x.y.z.w
  |   keepalive uri "http://myapp.mycompany.org/page/index.jsf";
  |   protocol tcp
  |   port 8080
  |   redundant-index 7
  |   keepalive tcp-close fin  <---- This line tells the CSS to do a fin/ack 
rather then a TCP reset
  |   keepalive frequency 15 <---- Sends a keepalive every 15 seconds
  |   keepalive type http non-persistent
  |   active
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037938#4037938

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037938
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to