what is the need of $session_id in the remoting protocol ?

Discussion in 'Installation/Configuration' started by hugolambert, Feb 15, 2010.

  1. hugolambert

    hugolambert New Member

    I need to add a mail by the remote client, and this parameter appears to be wrong or something.
    who knows?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The session ID holds the authentication information. HTTP is a stateless protocol and as SOAP dioes not use cookies, you have to send the session ID with every request. Please see remoting example files for details.
     

Share This Page