I had a similar issue when our Web site was interacting with users through a
corporate proxy server. Is there a proxy server between the users and the
Web site? We ended up turning off the caching on the proxy server for this
one Web site.

-----Original Message-----
From: David Thomas [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 10:32 AM
To: Fusebox
Subject: Client variables on users on-line are being changed by new
users logging in


I've recently created a new application using fusebox methodology and tags,
and I like very much the programming architecture as it has evolved.
However, I'm having a problem with the log-in functionality.  I assign users
client variables for both user_id and user_groups, and a single user moves
through the application very cleanly.  In alpha testing with several
concurrent users, though, a new user logging in will actually change one or
more on-line users to his or her own user_id and user_groups.  If I log on,
for instance, Jane (who is already working on-line) suddenly finds herself
with my client.user_id and client.user_groups (even my cfid, etc. is now
appended to her URL).  Cookies are enabled, and the storage of client
variables is hosted on our own SQL Server, and those variables remain
intact. Any insight into the problem would be helpful.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to