connect()
connect(string $user_id = null, array $credentials = null) : NULL
Try to connect the session handler.
Parameters
string | $user_id | The user ID to connect with. |
array | $credentials | An array of login credentials. For Kolab, this must contain a "password" entry. |
Throws
- \Horde_Kolab_Session_Exception
If the connection failed.