new([%params])getSessions()checkUser($uid)report()login($login,$passwd,$remoteip,$hostname,$lang)getSession($sid)ping($sid)logoff($sid)
Session
use C<OX::Session>;
$OXs = new OX::Session($login,$password,$language,$clientip,$host,$sid);
An object of the OX::Session class holds the data of a open-xchange session. The object holds the following parameters:
'login' => login name of the user
'password' => cleartext(!) password of the user
'language' => choosen language for this session
'clientip' => ip address of the client
'hostname' => the hostname of the open-xchange session server
'sid' => the session id
'weburi' => the uri to access the open-xchange web interface
new($login,$password,$language,$clientip,$host,$sid)The constructor of an OX::Session object.