zwieback89
Programmer
Hi,
I use the SmartViewActiveX to view my reports. Since this file references to CleanUp.asp to clean the session so that once the report is closed, the viewer can see another report. It is a way of releasing the licenses.
Apparently, Before viewing the reports, the users have to login into the web page. Once they successfully log into the web page, a session ID is created and exists in all the ASP files.
I have a page with links which on clicking shows the reports in a new browser window. These reports show the information based on the parameters that I pass from the ASP pages. I am able to see the report. But when I come back to the main report, and try to see some other link, my main window closes because apparently the session has been ended. It looks like CleanUp.asp cleaned my sessionID as well other than the session ID of the reports.
How do I prevent the Cleanup.asp to close my security sessions and just close the report sessions ?
I do not want to keep loggin into the page for every report to be seen. It can get quite irritating when the one is being logged put when they still have to see more reports.
Hope to hear more on this.
Thanks,
Padmaja.
I use the SmartViewActiveX to view my reports. Since this file references to CleanUp.asp to clean the session so that once the report is closed, the viewer can see another report. It is a way of releasing the licenses.
Apparently, Before viewing the reports, the users have to login into the web page. Once they successfully log into the web page, a session ID is created and exists in all the ASP files.
I have a page with links which on clicking shows the reports in a new browser window. These reports show the information based on the parameters that I pass from the ASP pages. I am able to see the report. But when I come back to the main report, and try to see some other link, my main window closes because apparently the session has been ended. It looks like CleanUp.asp cleaned my sessionID as well other than the session ID of the reports.
How do I prevent the Cleanup.asp to close my security sessions and just close the report sessions ?
I do not want to keep loggin into the page for every report to be seen. It can get quite irritating when the one is being logged put when they still have to see more reports.
Hope to hear more on this.
Thanks,
Padmaja.