http://www.perlmonks.org?node_id=238711


in reply to Re: Re: Re: Re: Re: New Session for new Window (or: Session ID vs. Process ID...)
in thread New Session for new Window (or: Session ID vs. Process ID...)

I am the team leader of a product called FireBall-1, which is an internal CheckPoint tool for QA.
The report this tool is creating is an ASP built HTML files, with a complicated navigation within the report.
For example - if I use a loop in FireBall, I will see a loop in the report, and iterations of it.
The bottom line - we use the session to follow where the user is in the report.
But the user can open more then one report from the same IE window, and start his navigation. In this point I want him to get a session/cookie per window, in this is my current problem.

shushu