When the user uses the button Suspend, ITP/OnLine will submit all answers currently filled in and forwards the user to the page modelsuspend.aspx (modelsuspend.jsp). This page will call an ITP/Server script which will store the model run session and send it back to the modelsuspend page, which will offer the user a downloadable file containing this suspended session.
Both the page modelsuspend.aspx (modelsuspend.jsp) and the script ITP/Server SuspendSession are marked as exit points. Their implementation may be altered to, for example, store the suspended session on a server, or pass the suspended session back to the calling application, instead of offering it as a download to the user. Refer to ITP/Server: OnLine exit points for more information on these exit point scripts.