I am still under the impression that working with the cfid etc. in the url you could achieve this. That�s not to say I ever tried it ;-))
Taco Fleur http://www.tacofleur.com/index/blog/ 0421 851 786 Tell me and I will forget Show me and I will remember Teach me and I will learn > Uh this is an interesting question actually - I'd like to > know the best answer. > > The problem we've found is that a web application assumes 1 > window per session, and then one of our clients has opened up > multiple windows and concurrency goes out the window. We've > 'solved' this by maintaining our own sessions. (either > sending a UUID variable in a POST form or appended to the > url) The problem is that sessions in CFMX are done via > cookies that, in the case of IE at least, are shared between > windows in the same process (eg. hit ctrl+n) > > Now since this or a similar variation has been our technique > for longer than I've been here it works okay, but I'd dread > to rewrite something that uses the conventional session. > > - James > > PS: The UUID in the url has a pleasant (depending on your > perspective) side effect of preventing many proxies from > caching pages they shouldn't (eg. showing logged in > information for a non https page etc.) > > -----Original Message----- > From: Peter Tilbrook [mailto:[EMAIL PROTECTED] > Sent: Friday, January 09, 2004 12:03 PM > To: CFAussie Mailing List > Subject: [cfaussie] RE: Browser Sessions > > > Because the session is being tied to the "Client" itself - ie > the actual browser. If you try the same thing but with a > different browser on the same machine it should work correctly. > > Peter Tilbrook > ColdFusion Applications Developer > ColdGen Internet Solutions > Manager, ACT and Region ColdFusion Users Group - > http://www.actcfug.com 4/73 Tharwa Road Queanbeyan, NSW, 2620 > AUSTRALIA > > Telephone: +61-2-6284-2727 > Mobile: +61-0439-401-823 > E-mail: [EMAIL PROTECTED] > > \�\/�/ |�|)�) /�/\�\ \�\/�/ > /_/\_\ |_|)_) \_\/_/ /_/\_\ RULES > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Zach Stone > Sent: Friday, 9 January 2004 8:33 AM > To: CFAussie Mailing List > Subject: [cfaussie] Browser Sessions > > > I've never seen this done ! > > We have an application where the user will have two browser > windows open at the same time next to each other on the same screen. > > The user will login to the same application as a differnt > user in each window and of course is expected to have a > separate session in each browser window ) The problem is that > the the most recent session will override the previous one > and both sessions will be one when the user refreshes the > page. Is there any way to stop the session from being carried > accross to the other browser window so that they stay separate. > > I know that sessions are per client and I really think that > this cannot be done ! > > > > > --- > 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 --- 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 --- 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 --- 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
