Its a common problem that makes perfect sense... each instance of a browser on any given machine is sharing the same set of cookies... hence your session exists across all of them (switch it in one, and it affects all other open windows).
The trick is to use different BROWSERS for each window... give netscape/mozilla/opera a go. The sessions will be kept seperate. _______________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: www.gruden.com _______________________ > Hi > > Im developing a system where the same pages are being viewed by two > different sets of users. Ie. internal sales & vendors. > > There are certain aspects of each page that the internal sales staff need to > see that the vendors should not be able to see. However if I open both sites > up on the same machine the session vars seem to interfere and session vars > set in one view are accessible via the other view. Im assuming this has > something to do with cookies, but im not sure how to fix it. > Is there a way I can somehow stop these two applications intefering ? --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
