It is far more likely to share session variables than request
variables, so just focus on the session variable problem.
If you switch to using J2EE sessions, the problem might go away immediately.
If you are using traditional sessions, start logging cfide and cftoken
values and confirm that these values are identical for the people with
the issue.
Apply all the service packs and hotfixes to CF that you can.
You can try putting cache disabling code in the site.
You can try to make every URL unique for a user by putting a
user-specific variable in the query string of every link.
You can create your own secure session management code that doesn't
use the standard cookie values that CF creates.

Good luck,
Mike Chabot

On Sat, May 31, 2008 at 12:39 AM, Dustin Martin <[EMAIL PROTECTED]> wrote:
> Hmmm...ok. So, how do I find out for sure if I have a proxy or cache between 
> users and then, of course, how would I fix such a problem? A caching issue is 
> what I thought it might be at one point but never really knew how to proceed 
> or how to test. How would a proxy or cache create this behavior exactly? 
> Thanks.
>
>> You probably have a proxy or cache between your users and the servers,
>>
>> which is serving old data from the cache. You can control cache
>> behavior with HTTP headers.
>>
>> On Thu, May 29, 2008 at 10:45 PM, Dustin Martin <[EMAIL PROTECTED]>
>> wrote:
>> > Here is an EXTREMELY strange issue I'm having with an application of
>> mine: Session and Request variables are being shared between users.
>> What I mean is this; we have many users accessing the application and
>> when we do a dump of the Session and Request variables and the bottom
>> of the screens, sometimes other user's data will be shown. For example,
>> user 'A' is signed in but in the dump of the Session and Request
>> variables, user 'B' data is shown.
>>
>> --
>> mxAjax / CFAjax docs and other useful articles:
>> http://www.bifrost.com.
> au/blog/
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to