I think you can avoid the proxy server issues by adding a random url var. Then it thinks it's a different page. Maybe like index.cfm?r=#getTickCount()# or such. DRE
-----Original Message----- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 3:18 PM To: CF-Talk Subject: RE: Session problem Seen plenty of things like that caused by the user's proxy server. Novell's old proxy server (the name escapes me at the moment) was notorious for that. Also seen it in cases where the user had ghosted one machine to the other. They ended up sharing temporary internet files and, thus, cookies. Clearing the temporary internet files or at least the CFID and CFTOKEN cookies for the domain fixed the problem. > -----Original Message----- > From: Robertson-Ravo, Neil (REC) > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 4:56 PM > To: CF-Talk > Subject: Session problem > > > Anyone had problems with session variables being the same for > two different > users who have logged in with different ID's? > > basically the situation is this : > > user A logs on and then user B logs on .... they have the > same IP to the > server and when B logs on he gets A's details... > > locking is applied througoute etc... > > wierd. > > N > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

