scripter73
Programmer
I have an application that is written in ASP that provides a GUI interface to allow users to retrieve image files. This application also utilizes ActiveX controls to execute VB DLLS.
I want to create a custom application off of this main application. Now suppose this application’s location is c:\test\app1\. I’m putting my initial code in \app1\ as well. The \app1\ directory contains the global.asa file that sets many session and application variables.
My first template is to login to a library and requires many include files in order to work. When I run the template, it is successful (gives the user a popup). It established many session variables that were necessary, such as the library’s name. Now when I goto another template I’ve created, it tells me no session variable exists.
What am I doing wrong? Also, does anybody know of a template out there that will list all of my existing session variables? Let me know if I need to post code. There’s just so much, I don’t want to list too much.
Any help you can give is appreciated.
Scripter73
Change Your Thinking, Change Your Life.
I want to create a custom application off of this main application. Now suppose this application’s location is c:\test\app1\. I’m putting my initial code in \app1\ as well. The \app1\ directory contains the global.asa file that sets many session and application variables.
My first template is to login to a library and requires many include files in order to work. When I run the template, it is successful (gives the user a popup). It established many session variables that were necessary, such as the library’s name. Now when I goto another template I’ve created, it tells me no session variable exists.
What am I doing wrong? Also, does anybody know of a template out there that will list all of my existing session variables? Let me know if I need to post code. There’s just so much, I don’t want to list too much.
Any help you can give is appreciated.
Scripter73
Change Your Thinking, Change Your Life.