This class implements a session handler that store PHP sessions in PostgreSQL table using PDO.
It takes a PDO connection object to access a PostgreSQL database that can perform the PHP session handling functions to store and retrieve session data in a table of a database accessible via the specified PDO object.
The class object can be assigned as the current PHP session save handler.