Sessions are based on the browser's cookie, so in this case and scenario, the only work around would be to pass new CFID & CFToken values. I could open a new window from an existing, ctrl+n and it would be the same if I double clicked the icon. Why, because the browser (IE) run another instance regardless of how it was run and thus ends up sharing all the same data, cookies etc.
In this case, as someone else pointed out you will have to pass the CFID & CFToken otherwise it will always be seen as the same session. This does not apply if I run Mozilla, Geeko, firebird or anything else other than IE as the second window because they do not share the same instance of information. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
