Hi Jake; If you don't have concurrent request processing turned on then if an instance (X) is already dealing with another request which takes more than a few seconds to return a response, the Apache adaptor seems to fail-over a new inbound request to another instance (Y) even though the new request is related to a session. As the second instance (Y) is oblivious to the session on the new request it gives you a session timeout response. This could be what is happening in your case.
cheers. > can someone tell me if there is anything else which can cause a timeout? > we have set setSessionTimeOut to be an hour in Application class, but we are > intermittently experiencing timeouts when the hour has not been reached. ___ Andrew Lindesay www.silvereye.co.nz _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
