This function is used to determine if the session variables have changed between a call to connection_vars_set and current point of execution. A call to connection_vars_set will cause subsequent calls to connection_is_dirty to return true.
The function is useful in postprocessing functions for making conditional storage of session variables in a database table.
An INTEGER indicating true (1) or false (0).