I have created a SCORM API for our LMS and right now I am using hard coded userID and courseID variables (variables that reference things in the database). I need to pass th
You can also use HTTP cookies. That approach is nice if you need to pass values the other direction as well.