Hi,
I have a question about Subdialogs. I have two applications which one of them has subdialog invoke and another has subdialog start and subdialog return elements.
My question is; Do I have to send some session data to subdialog application as a parameter to use that session data in it? Can I read or write main application's session data from subdialog application without passing that session data to the subdialog as a parameter?
Thanks.