max_lifetime_session support in thin mode · Issue #410 · oracle/python-oracledb (original) (raw)

Per this discussion of max_lifetime_session thin mode support:

@anthony-tuininga wrote:
...if you were hoping to ensure that connections never remain alive for more than a certain period of time then max_lifetime_session is needed. Let me know if that is the case as I can implement it relatively quickly if needed.

Please add max_lifetime_session support to thin mode, for ConnectionPool and for AsyncConnectionPool.