Default Resume implementation

KCM ComposerUI comes with a page called modelresume.aspx (modelresume.jsp) to resume a stored session. In the default implementation, this page asks the user for a file containing a stored session, which is uploaded to KCM Core. KCM Core uses the file to restore it in a new KCM session, which is used to resume the stored session. Next, the user is forwarded to KCM ComposerUI form, which was originally shown when the Suspend was performed.

Both the modelresume.aspx (modelresume.jsp) page and the ResumeSession script are marked as exit points, so they can be modified. For example, instead of asking the user to upload a file, these exit points could let KCM Core retrieve the stored session file.

KCM Core also contains the exit point script SessionResumed, which is called after a suspended session is restored. See CM Core: OnLine exit points.