I am trying to invoke an asynchronous webforms/mvc child request from an asynchronous web forms parent request using TransferRequest method. It seems transfer request creates a new session for the child request. Example:
protected
Go to the complete details ...