DEV Community

Discussion on: Web cache server HTTP/2 performance benchmark: nuster vs nginx

Collapse
 
patricklbs profile image
patricklbs

Hi,

I have a problem with java EE application who start on tomcat. when I login on after I want to logout, the session stay open.

My nuster config :



backend demo
        #mode http
        cookie JSESSIONID prefix nocache
        #option redispatch
        #option httpclose
        #option forwardfor
        #http-check disable-on-404
        #option httpchk GET / HTTP/1.1\r\nHost:\ sli-iqr-11.cg13.fr
        #option http-buffer-request
        server  tomcat-demo  hostname.tomcat.demo.fr:8080 cookie check inter 2000
        server  tomcat_backup hostname.tomcat.backup.fr:82 backup
        nuster cache on
        nuster rule all ttl 0

any idee ? Thank's a lot

Patrick.

Collapse
 
nuster profile image
Nuster Cache Server

Hi,

maybe you should cache certain page instead of all nuster rule all ttl 0