i'm a bit confused by mysql concepts: session vs connection.
when we are talking about connecting to mysql. we use connection terminology, as well as connection pool and etc.
however let's go to mysql online doc: http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html. it talks about session variables.
they are quite similar. how to distinguish them?
thanks in advance.