In a multi-threaded program i use a session for each thread, cloned from the program's main session with AssignConnect().
As far as i can see now these sessions are not independend. A Commit in one session commits the others too, destroying transactions.
I am quite shure, that this didn't happen in release 5.10
How can i avoid this, since i need savepoints and individual transactions.