Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Losing session variables when using frames

Status
Not open for further replies.

schick

Programmer
Jun 12, 2001
33
US
First, the user logs in. These values are stored as session variables. Then my second page is shown. I've got four frames on this page, each frame collects data and moves to the next. When the user has completed the forms they click a link that runs a report (Crystal Seagate), which shows up in a new window. This window seems to be my problem, if I close this new window, I lose my User Login variables. I'd like to be able to close this report and enter new data and run another report. My goal is for the users to login in once and perform multiple searches.

Any help is appreciated.
Josh
 
think of a session as an object that is bound to a window, if you close the window you lose the session
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top