IE6 perhaps? I saw similar thing last night on a dev box running IE6. It suddenly started hanging onto it's session as though a cookie had been written to disk even though I was using session cookies. I resolved it by hitting that Delete Cookies (I think that's the name) button located at TOOLS -> INTERNET OPTIONS -> Temporary Internet Files on the GENERAL tab.
Ken -----Original Message----- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 1:39 PM To: CF-Talk Subject: Client Variable Weirdness We are using client vars for various things. One of our develpment boxes handles things differently for some reason, so I'm looking for ideas on how to resolve this. We have code in application.cfm to convert the CFID and CFTOKEN to memory based cookies (so that they get destroyed when all browser instances are closed). This should mean that the next time a browser window is opened (without any others being opened first), a new CFID and CFTOKEN are created. And if that is the case, then a new set of client variables are created for the new CFID. However, this one workstation always gets the same CFID/CFTOKEN. We know this because it will consistently come up with client variables/values which should not exist yet. Any ideas what to look for on this workstation? The cookie settings are the same as the other workstations. Or maybe our understanding of how the client variables are handled is wrong? Thanks for any insight.... Shawn Grover ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

