Hi,
In some of our scenarios we execute "connection.commit();" few times in the same transaction.
If an error occurred we implemented a rollback.
The problem is that if a session timed out (or script has exceeded the maximum request runtime) occurred our rollback implementation is never called.
Do you know how can we handle such situation?
Thanks,
Ari