hello All,
I am doing the following functionality.
On prog1 screen there is button b1 on clicking that i am submiting prog2.
Same,
On prog2 screen there is button b2 on clicking that i am submiting prog1.
I am clicking the buttons as b1 -> b2 -> b1. After some clickings it is giving me the error message "Maximum number of internal sessions reached". and then it is not working i am trying to see the error message explanation but i think it is not available
How can i remove this. I dnt want to create new sessions while clicking buttons.
What i have to do to remove this message.
thank you for your help.