Re: Session expiration and AJAX issues

2008-02-25 Thread Paul Simon
Hi, > We've set our session expiration to 12 hours (I know it's long) and > we're seeing behavior where certain browsers (namely IE) apparently > can't count that high (we set the meta Refresh header but the page > doesn't reload after the allotted time, session expiration time + 20 > minutes)

help decipher log entry

2008-02-25 Thread Paul Simon
Hi, I have a tomcat server running a lone java application on vms. The problem is that it shuts down occasionally for seemingly no reason. Could somebody help shed some light on the following log snippet - it's the entry right before the shutdown happens. I'm really a novice when it comes to ja

Keep a Tomcat persistent SSL server connection

2007-10-30 Thread Paul Simon
Dear folks, I have a long lived SSL connection which I'd like to maintain with the Tomcat server, but it times out after a few minutes. Can someone shed tips how to do maintain a long-lived SSL connection with a Tomcat server? Thanks ahead *