CreatoR Posted July 24, 2011 Share Posted July 24, 2011 Hi, My Question is can we have sessions in API programming? In simple way can we create session & store the cookies on 1st access to API, & on next access we can use those cookies instead of username & pass, and only action & response type has to be sent. So that we don't need to use username & pass on every requests. If it is possible, then Please help me with the session code. As i tried what i asked above, but it resulted in Authentication Failed Error on 2nd attempt(without username & pass, but used previously stored cookies). Regards. Creator. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted July 26, 2011 Share Posted July 26, 2011 I doubt this is possible for the type of API that WHMCS uses. You'd want something like a SOAP API to make this doable. 0 Quote Link to comment Share on other sites More sharing options...
CreatoR Posted July 26, 2011 Author Share Posted July 26, 2011 Thanks laszlof, But i think WHMCS doesn't have SOAP API, So that means i've to send the username & pass on every requests. does it makes sense sending username & pass everytime? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.