Home       Servicebereich  Projekte  Kontakt  

OX::Session







NAME OX:Session - Open-Xchange session data

Session


SYNOPSIS

    use C<OX::Session>;
    $OXs = new OX::Session($login,$password,$language,$clientip,$host,$sid);


DESCRIPTION

  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


METHODS

new($login,$password,$language,$clientip,$host,$sid)

  The constructor of an OX::Session object.


< zurück  | weiter >