I am writing a .Net client which displays the list of blank forms available to the user and then allows the user to launch the chosen form in Metastorm. I am successfully using ECL to create a session and retrieve the list of forms, and then generating the correct URL to launch the form. It all works, but the first form to be launched requires the user to log in (non-SSO) or exhibits the delay associated with starting a session (SSO). Is there any way the launched form can use the session I have already created for getting the forrms list?