I have a MySQL session and to check against timeouts. I was using session->isConnected()
I'm guessing that this will not work and I would have to do some sort of ping check using a query like: 'select 1'
Is Session::isConnected() not supposed to return false if the session was closed due to something timing out?





