How it works in a nutshell

CorePlexus sets up triangle of communication between the CorePlexus server, the users browser and your website server.

  1. The user requests a webpage from your server.

    Your webpage loads a special javascript file from CorePlexus. This javascript then does a few tests to check the users browser configuration then creates a cookie called CP_COOKIE_JAR to store various data. It then displays the login link in the CP_USER_PANEL div.

  2. The user clicks on the login link.

    The user is redirected to coreplexus.com to login. After they have logged in the user is returned to your website. The special javascript file then detects the login and stores the data in the CP_COOKIE_JAR cookie and reloads the page to tell your server the user is logged in. It then displays the CorePlexus user panel showing the users name and options.

  3. The user uses your site.

    As the user browses your website the CorePlexus javascript constantly updates the state of the users security state providing live feedback of there account. On your server you use the cpUserValidation class to confirm what the browser is telling your server.


Close This Alert X _ _