Hi Kym, I'd like a copy of the code as well if possible.
Thanks Rod -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Tuesday, 12 October 2004 9:49 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Multiple Independant Browser Session Hi Phil, >I have a CFMX intranet application where the users wish two run two >distinct, independant browser sessions from the one PC. The application >relies on session variables, and so settings made from one browser session >are impacting the other, and causing havoc. > >Is there any way to do this successfully? Yes. We had this exact problem a few years back with an Intranet job we did. Session variables will not work as you have discovered so we rolled our own session management system. It was called UserMinder and we made a bit of noise about it back then at CFUG meetings and the like. It uses a single cookie for session identification and does the rest with a set of custom tags. One hassle of you have a large existing code base is that the variables are not scoped as "session" so you either need to duplicate the structures or do a mass rename :-) This was back in CF4.5 times with not quite the set of functions you have now but we still use it as it will work on any of our servers. I can package it up for you if you wish. -- Yours, Kym --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
