|
Hi,
I'm trying to make a course AICC-HACP compliant. I got it to open the course and pass the aicc_url and aicc_sid parameters (though my course is on a secure server, so I had to modify one of the files to check for https:// as well as http:// so it wouldn't think it was a relative url), but when I try and make a request back from my server to the sahs_server.php script, it seems to attempt to log me in via a cookie, then attempts to redirect when it doesn't find that cookie.
Shouldn't the session_id I'm passing back be enough to get the information I need? The web server doesn't have the cookie, and since the course is on a different server, I can't do it in javascript because of security restrictions. Am I missing something? I was under the impression that this was how AICC-HACP was supposed to work:
1. Open my course and send the aicc_url and aicc_sid parameters
2. I use those to get required information on the student/user
3. They proceed through my course
4. If they exit before the end I send an exitau command
5. If they finish the course I send a putparam command and updated data for the course.
Thanks,
Kevin
|