Hello<br><br>I'm very new to PHP, taking it up primarily to use the XML-RPC package.<br><br>I would like to protect most of my rpc methods such that they will only execute when called by an authorised user. I'm not quite sure how to go about authentication though.
<br><br>Does anybody have a best practices guide on how to achieve client authentication? Is it best to use http basic auth and check credentials on each method call? Or is there some inherent PHP support for sessions that can be used?
<br><br>Yours confusedly,<br>Jem<br clear="all"><br>-- <br><a href="http://www.loftinspace.com.au/jem">http://www.loftinspace.com.au/jem</a>