bool ADOdb_Session::clob( optional bool $clobIsAvailable )
The static method clob sets or gets the ability to use LOB type fields to store session information. For Oracle databases, this function is automatically enforced.
The value must be set before config() is called
When used without parameters it returns the currently set value
include_once 'adodb/adodb.inc.php'; include_once "adodb/session/adodb-session2.php"; ADOdb_Session::clob(true); ADOdb_Session::config('mysqli',$host,$user,$pass,$database);