On Mar 30, 2009, at 10:06, John Huss wrote:
Is there a session timeout in JavaClient? I would think there has to be.
Yep, there is.
What happens when the session times out?
The next request from a client coming to the session gets refused, the client app is informed of why, and the client application displays a Swing modal window to the user telling the user that the session timed out, and when the user hits OK, the app quits.
Is there built-in notification or do you have to handle it manually?
Well, there is the above mentioned handling. I am not sure if there is a way to override it with some manual handling. I'd be interested in this though, so I might take a look. However, I have other priorities at the moment. Please let me know if you get into it and find something! I will do the same... I think a good place to start looking would be EOClientApplicationSupport.
Best, F _______________________________________________ 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]
