Client vars are identified with the CFID/CFTOKEN that should be unique to each user. 
I'd check cookies, locking of all session variables if you're using session timeout to 
expire the user sessions, and guaranteed unique CFtoken if you're using CF 4.5.

Chris Norloff

---------- Original Message ----------------------------------
from: "Houk, Gary" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 29 Aug 2002 14:02:05 -0400

>All,
>
>I have an order entry app that stores the login username as client.repid. Randomly, 
>when the user completes an order, the confirmation displays a different repid than 
>what they started the order with. I don't use any addtoken="yes" on any of my 
>cflocation tags, and I don't use any cfset's or params for the client.repid anywhere 
>within the confirmation page. The repid that it gets replaced with is always 
>someone's from within that same office, but I have no idea how this could be 
>happening.
>
>Has anyone ever heard of anything like this? Any ideas?
>
>Thanks,
>
>- Gary 
>
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to