----------------------------------------------------------------
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?
Also,
Is the connection between JServ and Apache persistent or Apache
reconnect
to JServ for each Servlet request? If so if I enable authentication,
authentication
is performed everytime?
Thanks.
JB
--
--------------------------------------------------------------
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]