Title: RE: HttpSession in Apache Jserv

Michael,

I am not familiar with Jserv 1.0.3. In Jserv 1,1, the idle time is defined by value of session.timeout in zone.properties.

Xiaowen


    -----Original Message-----
    From:   Michael Yuan [SMTP:[EMAIL PROTECTED]]
    Sent:   Friday, January 28, 2000 2:35 PM
    To:     [EMAIL PROTECTED]
    Subject:        HttpSession in Apache Jserv

    ----------------------------------------------------------------
    BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
    WHEN YOU POST, include all relevant version numbers, log files,
    and configuration files.  Don't make us guess your problem!!!
    ----------------------------------------------------------------


    Hi Guys,

    I asked this question on the FAQ page but did not get any answer. I guess
    the FAQ page is not supposed to post question without answers ... I will
    post the answer if I can get some reply from this list. Thanks a lot.

    I tried to the HttpSession tracking API to track user login sessions but
    the sessions expire after about 15 minutes of inactivity. That is annoying
    and I want them alive for at least two hours of inactivity.

    My servlet book said:

    "Specific session behavior, such as the amount of idle time before a
    session is destroyed, depends on the server"

    I could not find how to configure the server so that it can keep the idle
    session alive longer. Anyone has any thoughts?

    I am using RedHat6.0, Apache 1.3.6 and JServ 1.0.3 (?)

    Thanks a lot
    Michael




    --
    --------------------------------------------------------------
    Please read the FAQ! <http://java.apache.org/faq/>
    To subscribe:        [EMAIL PROTECTED]
    To unsubscribe:      [EMAIL PROTECTED]
    Archives and Other:  <http://java.apache.org/main/mail.html>
    Problems?:           [EMAIL PROTECTED]

Reply via email to