----------------------------------------------------------------
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,
> 
> I use Apache web server 1.3 and Jserv 1.1. I've got a problem that a
> session was lost (The HttpServletRequest request.getSession(false)
> returns a null point) when it was in idle state after 30 minutes. Could
> someone explain to me where the problem came from (from Apache web
> server timeout or jserv timeout)? and how can I solve this problem?
> 
Look at session.timeout=1800000 in zone.properties.  This behaviour is
not a "problem", but is operating as-designed.  Without this, among the
problems you would have would be that JVM memory would eventually be
full of sessions.  Make the timeout longer, if you want.

- Fernando


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to