Question about session.closeAsync()

Hi,

simple question : when you perform a tx.commitAsync() or tx.rollbackAsync(), do we need to do also a session.closeAsync() or is it useless ?

Thanks.