Called when a session is first created in the form component. The context does NOT contain any of the form post data or query string data. It is the job of this method to pre-populate the context with pertinent data from the request object.
[Visual Basic] Sub SessionStarted( _ ByVal ctx As DataContext, _ ByVal req As HttpRequest _ ) [C#] void SessionStarted( DataContext ctx, HttpRequest req ); [C++] void SessionStarted( DataContext* ctx, HttpRequest* req ); [JScript] function SessionStarted( DataContext ctx, HttpRequest req );
IDPLInitializer Interface | Portrate.Interview.Model Namespace