No, the temporary table is visible only by the current connection, if you start a connection from another mysql client (PHPMyAdmin or just a shell) the id will be different. This means that you can have more then one temporary table Basket
at the same time:
When using persistent connections, these will be cached and reused if using the same credentials.