We have the following problem. We would like to begin a transaction, for instance, in a.php, and then we would like to commit or rollback the transaction in an other script, b.php. How can we do this? How can we cache or save in the session the connection? Or is this possibel at all?