Hi, We're running Flex as a portlet...
If the portlet is still open when the session times out, we either get a popup from the browser, or the following error (if we set tomcat to use form-based authentication): (mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = (null) correlationId = "06A35986-EE50-6F1A-51E2-9B8AAB06FD65" destination = "" extendedData = (null) faultCode = "Client.Error.DeliveryInDoubt" faultDetail = "Channel disconnected before an acknowledgement was received" faultString = "Channel disconnected" headers = (Object)#2 messageId = "D67E8F58-849F-201A-DA99-9B8AABE134E3" rootCause = (null) timestamp = 0 timeToLive = 0 Does anyone have any suggestions on how best to handle this? I'm guessing this is not a session timeout specific msg. Does anyone know how to get tomcat to return a timeout-specific one? cheers, David

