When accessing Teiid via jdbc, when is the lifetime of a Teiid session? It it the same as the lifetime of a connection?
I would like to create a temporary table with one connection and read it with a different one. Is this possible? If so, when would it be deleted?