0 Replies Latest reply on Sep 24, 2004 10:50 AM by timge

    How does caching work with JBoss 3.2.3

    timge

      I am using JBoss as my application server, but it is not compliant with the Single Sign On service that we use. So I had to put an apache webserver in front of JBoss to work as a proxy to JBoss, since apache is compliant. The problem that I am having is that once I sign in, if I remain idle for a few minutes, i get booted back to the login page once I try to move again. The SSO service has a default timeout of 1 hour, so I'm wondering if JBoss is not caching the cookies from the SSO service. How does caching work for JBoss? What is the default directory for the cache? And how can I configure it? Thanks