Adrian: I posted to CF-Talk several times yesterday (with no useful results) with a similar problem regarding client vars. We are now re-engineering to write cookies instead. I had posted a notice from MM about <cflocation addtoken="yes"> incrementing CFID. Look at your CFID table; we had new rows being written for each write to the client state, with incremented CFIDs. We changed to "addtoken=no" and all of a sudden only one user could write to the database at all. We tried, as you have, to find a common denominator to explain the inconsistent behavior among 5 machines; browser versions, os versions, etc. After much trial and error, I uninstalled CFMX, reinstalled, and are now using cookies instead. Hope you have better luck than us; like I said, take a look at your db and you may see the same symptoms.
Susan Hamilton Allen Web Programmer Pfingsten Publishing, L.L.C. Seven Hills, OH 44131 -----Original Message----- On Fri, 6 Sep 2002, Adrian Lynch wrote: > I've posted this to CF-Talk, sorry for any who get both and don't like cross > posts... > > Is there anyone out there that's built reliable login/logout functionality > into their site? Something that works on ALL browser combinations? > > This is what we're doing... > Client vars stored in a DB > Using the usual code to kill a session on close of the browser > CFMX, SQL Server 7 > Testing on most combinations of browser. > > Trying to figure out what's going wrong wouldn't be so bad if we could just > have some consistency in the way it's going wrong. We have... > Logging in on 2nd, 3rd, 4th, 5th try instead of the 1st > Not able to log out, trying both reseting the client vars back to their > original state and deleting them altogether > Having to change a cflocation to a window.location to get it to log in on > IE5 (don't ask) > > I've just said to the guy I'm building it with, "shall we pass cfid and > cftoken in all the links and redirects, see if that cures it". What does > everyone else think. It's not the easiest thing to debug something that you > can't reliably replicate :O( > > > Adrian Lynch > Thoughtbubble Ltd > ---------------------- > United Kingdom > http://www.thoughtbubble.net > Ph: +44 (0) 20 7387 8890 > ---------------------- > The information in this email and in any attachments is confidential and > intended solely for the attention and use of the named addressee(s) . Any > views or opinions presented are solely those of the author and do not > necessarily represent those of Thoughtbubble. This information may be > subject to legal, professional or other privilege and further distribution > of it is strictly prohibited without our authority. If you are not the > intended recipient, you are not authorised to disclose, copy, distribute, or > retain this message. Please notify us on +44 (0) 20 7387 8890 > > > ______________________________________________________________________ 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

