I have a server connect form. Once submitted, the linked server action does some processing & outputs some data.
How can I consume this data in the success event (form submit success)? For eg, I want to store the output data into a session variable. Thanks in advance.