3 Replies Latest reply on May 3, 2004 2:49 PM by superdave591

    Who's online

    gwmlam

      Greeting all,

      The member/guests counter in "Who's online" block never decrement when client close they browser(close session). It just keep on increment.
      I am using 1.0 Release(build from source) with JBoss 3.2.3 and MySQL

        • 1. Re: Who's online
          superdave591

          The who's online count is a count of the http sessions that are established, if you close the browser it doesnt close the session so the count wont go down until the http session for that user times out. That is why this happens.

          In a nutshell http has no way of detecting that the user has closed his/her browser because there is no connection maintained between the application and the web browser.


          Does that help it make sense to you now?

          • 2. Re: Who's online
            gwmlam

            thx superdave591.
            Is any where I can config the session timeout?

            • 3. Re: Who's online
              superdave591

              I thought it was under the nukes core module in JMX console, but I dont see it there. Someone else might be able to answer that question better, but if I come accross the answer I will post it.


              David