Friday, December 9, 2011

Re: frequent "Invalid Connection Id"

Are you caching the connection objects between requests?  If so, you should try to open a connection at the start of the http request and close it when finished.  Connections can time out when not in use.

Rob



No comments:

Post a Comment