[PHP] Multiple browser instances - is it possible to determine which browser?

2002-03-04 Thread Neil Kimber
We have an application framework that tidies up application session variables as you traverse from page to page. It works really nicely - until a user opens up 2 instances of a browser. Our code cannot distinguish between different browser instances, so browser instance 2 causes our application

Re: [PHP] Multiple browser instances - is it possible to determine which browser?

2002-03-04 Thread Dennis Moore
You may consider the use of Javascript to control the parent and child windows and frames of your application. /dkm - Original Message - From: Neil Kimber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 9:51 AM Subject: [PHP] Multiple browser instances

RE: [PHP] Multiple browser instances - is it possible to determine which browser?

2002-03-04 Thread Neil Kimber
] Multiple browser instances - is it possible to determine which browser? We have an application framework that tidies up application session variables as you traverse from page to page. It works really nicely - until a user opens up 2 instances of a browser. Our code cannot distinguish

RE: [PHP] Multiple browser instances - is it possible to determine which browser

2002-03-04 Thread LuC .
. But POSTING to every page is a pain. Is there any other way? -Original Message- From: Dennis Moore [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 15:28 To: Neil Kimber; [EMAIL PROTECTED] Subject: Re: [PHP] Multiple browser instances - is it possible to determine which browser? You may

RE: [PHP] Multiple browser instances - is it possible to determine which browser

2002-03-04 Thread Neil Kimber
March 2002 15:46 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Multiple browser instances - is it possible to determine which browser Create a frame set. if your page opens without frameset the did something wrong, at least not allowed. (like open

RE: [PHP] Multiple browser instances - is it possible to determine which browser

2002-03-04 Thread Sumesh Nair
! Any ideaswould be helpful!!! -Original Message- From: Neil Kimber [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 16:02 To: LuC .; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Multiple browser instances - is it possible to determine which browser How would that help