----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Jean-Baptiste Laplace wrote:
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hello,
>
> Can someone clarify this for me please:
>
> # Set the number of millisecond to wait before invalidating an unused
> session.
> # Syntax: session.timeout=(long)>0
> # Default: 1800000 (30 mins)
>
> I'm not sure if this is from creation time of the session or after a
> response.
> So does it mean:
> 1- Session will expire 30 minutes after it's creation
> 2- Session will expire 30 minutes after it was last accessed?
>
You've got the source, why don't you try to give them a look ?
answer is : 30 minutes after the session id (cookie/URL) was received
from a browser.
> Also,
>
> Is the connection between JServ and Apache persistent
no
> or Apache reconnect
> to JServ for each Servlet request?
yes
If so if I enable authentication,
> authentication
> is performed everytime?
yes
>
> Thanks.
>
> JB
>
hope this helps.
jean-luc
--
--------------------------------------------------------------
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]