Overview
Welcome to the JCA Cross Domain Documentation page. Let's start with why you'd need to use Cross Domain. For this example, let’s call the two servers Client LMS and Content Server. The Content Server holds the SCORM course package and the Client LMS holds the learner information and student records in its database.
When a learner launches a course from your LMS, it is actually residing on the content server. Remember, all the javascript that communicates for record-keeping is on that content server.
The learner exits the course and wants to bookmark where they left off. Normally this request would be blocked by the browser because of those cross domain security rules.
Download the attachment for full Cross Domain Documentation.