Hi all, I have a question regarding the use of GWT-RPC using client-cert authentication over Apache with mod_ssl and mod_jk. Our application generally works fine, but in test environments, we frequently have multiple users logging in to the application with the same certificate. Sometimes, when one user logs in, the user that already has the app up on another machine gets a generic InvocationException on any RPC requests they try to make. The problem goes away as soon as they refresh the browser. This appears to me to be a mod_ssl issue rather than a GWT issue, as I would think the InvocationException means GWT isn't even able to make the request, but is likely getting hung up at the SSL layer, especially given that a browser refresh fixes it (therefore renegotiating the SSL session).
Has anybody seen this before? Is there a clever workaround I can make on the GWT side? Anybody know of some Apache magic to work around it? By the way, the testers are using MS IE 7.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.