(No version information available, might only be in Git)
DatabaseObject::getSession — Get session name
Fetch session associated to the database object.
��������δ��д�ĵ������в����б�
�˺���û�в�����
The Session object.
Example #1 mysql_xdevapi\DatabaseObject::getSession() example
<?php
$session = $dbObj->getSession();
?>