I am currently working with a project about online dss. The flow of one form to another is continuous, meaning that the information from the first form will be passed to the second, the second will be passed to the third and so on.
I have declared a session in the first form. I could call it from the second form but when come to the third form, the session could not be called anymore. why? Do I have to declare the session in the global.asa? In what condition it is necessary to declare session in Global.asa?
I have declared a session in the first form. I could call it from the second form but when come to the third form, the session could not be called anymore. why? Do I have to declare the session in the global.asa? In what condition it is necessary to declare session in Global.asa?