Closed skrosoft closed 10 years ago
It was not a problem ... sorry
Hi Vincent, what was wrong if I may ask?
When the Internet connexion isn't good enought, the Curl request is unstable. A lot of time, i'm redirected to "/" instead of getting redirect to "/ngconnect/profile". I had to put back the following lines to my code to be able to keep developing:
curl_setopt($cHandler, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($cHandler, CURLOPT_SSL_VERIFYPEER, false);
Atte,
I can't register with a user, logout and register with another user. Something stay in the session.
Atte,