zwieback89
Programmer
Hi!
I have a framed set of ASP pages which the viewer sees only logging into the log on form. The log on form takes in the NT Username and the pass word and then creates a session id based on the username, the domain name and adds a few random numbers to create a unique session id.
At the beginning of each and every page, I have a include file that checks whetehr or not this session ID exist. If it exists, then the viewer see that page otherwise is directed back to the logon page.
I view the Patient's test results in Crystal Reports. I click on an image which goes to a page where I have include all the files - checking of session id, always required steps, initializing the parameters, more required steps and smartvieweractivex file. This report opens in a new browser window.
After I see the report, and I close the new browser window, I am back to the orinal framed page. But when I select another patient whose reports I want to view, the framed window closes and then opens the log in page.
So my question is can session id created by me be contradictory to the session of the report variables ?
Secondly, can session id variables be carried from one window to another window ?
hope to hear more on this.
Padmaja.
I am able to see the report
I have a framed set of ASP pages which the viewer sees only logging into the log on form. The log on form takes in the NT Username and the pass word and then creates a session id based on the username, the domain name and adds a few random numbers to create a unique session id.
At the beginning of each and every page, I have a include file that checks whetehr or not this session ID exist. If it exists, then the viewer see that page otherwise is directed back to the logon page.
I view the Patient's test results in Crystal Reports. I click on an image which goes to a page where I have include all the files - checking of session id, always required steps, initializing the parameters, more required steps and smartvieweractivex file. This report opens in a new browser window.
After I see the report, and I close the new browser window, I am back to the orinal framed page. But when I select another patient whose reports I want to view, the framed window closes and then opens the log in page.
So my question is can session id created by me be contradictory to the session of the report variables ?
Secondly, can session id variables be carried from one window to another window ?
hope to hear more on this.
Padmaja.
I am able to see the report