Transaction Expired Exceptions

I'm using WebCore, Sphinx and XData.

I am getting a lot of ESphinxHttpExceptions for "Transaction expired". This is before I even log in, especially if it sends an email confirmation token or a password reset token.

Is there a way to get Sphinx to automatically create a new transaction in these instances?

Refreshing the browser doesn't do the trick and shutting down the browser just gives me a load of errors in WebCore 2.0.3.0 (I'll raise this in the appropriate place).

Thanks

It happens because of a timeout, indeed, and then a new login flow must be started.
Maybe you could please add a feature request for that?

I have added a feature request.

Is there a property where the timeout can be set?

Yes, it's controlled by the TSphinxClientApp.LoginTimeout property.