shuttle. unload. initialize.asp

The shuttle is another of this framework key solutions.  It’s loaded with some relevant user request scope data to be used in the server request scope.  Use this snippet to initialize unloading the shuttle in all your views.

About

See also

Framework.loadShuttle, Framework.computeView

public function loadShuttle( Sd )
A shuttle is needed to carry the user Session(“this”) information to the server Session(“this”) in order to the view be a document and not a variable.
public function computeView()
Compute the requested view with the current data and return it’s source to be used inside the current process.