Re: deleteOnExit doesn't seem to be working for session temporary files..

2005-03-18 Thread Simon Kitching
On Fri, 2005-03-18 at 10:27 -0800, Joseph Silverman wrote: > In our setup, we have JSP's that create a "temporary" file with the > deleteOnExit flag set. > The session timeout (getMaxInactiveInterval) appears to be the > "default" of 1800 seconds (30 minutes). > > We are blasting our servlet con

deleteOnExit doesn't seem to be working for session temporary files..

2005-03-18 Thread Joseph Silverman
In our setup, we have JSP's that create a "temporary" file with the deleteOnExit flag set. The session timeout (getMaxInactiveInterval) appears to be the "default" of 1800 seconds (30 minutes). We are blasting our servlet container (tomcat and jetty) with JSP fetches (that don't handle cookies