Well, the problem is gone but not exactly sure what caused it.  Here is a 
more detailed explanation of what was happening and how/when it went away.

What is supposed to happen
1) When a user calls up an application from within .../dev_helpdesk 
directory, the application.cfm file checks for session.loggedin, if not 
defined it queries our Census database using cgi.remote_user, then sets two 
session variables, one with the primary key from the census database and one 
with the user's name.

2) I noticed that when I entered the application this morning, that it 
thought that I was another developer (frank - using IE4.0).  Well, I'm 
working off of a laptop (NT workstation, IE 4.0), that Frank has used in the 
past.  So, we tried clearing the history, cache, deleting cookies from both 
machines... running this statement.
  <cfscript>StructClear(session);</CFSCRIPT>
...and nothing seemed to change the fact that our server thought we were the 
same person.

3) So, finally I rebooted and Frank ran
<cfscript>StructClear(session);</CFSCRIPT>.  Then when I re-entered the 
system, I did it through Netscape and the problem went away on both 
browsers.

4)  None of the other 3 developers were experiencing this problem.  If 
anybody has any incite into why this fixed the problem, I would really 
appreciate.  ---Just can't accept that it was "black magic".

David J. Berger
Web Developer - Consultant
Cornell Techinical Services


Thanks again!
>From: "David Berger" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Session variable problem
>Date: Thu, 11 May 2000 10:08:08 PDT
>
>OK, I'm running CF4.5, on WinNT4.0, IIS4.0...  We are using session
>management on a particular application.  There are 5 developers
>working/helping on this project.  Everything has been working fine for the
>past 4+ weeks, until today.
>
>Whomever logs in first, between me and one other specific developer, well 
>we
>end up sharing the same session variable.  None of the other developers are
>experiencing this problem.  I myself have never seen this before.  It seems
>that ColdFusion believe's we are the same user.  What could be causing 
>this?
>   --Any help, would be greatly appreciated.
>
>Thanks,
>David J. Berger
>Web Developer - Consultant
>Cornell Techinical Services
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>------------------------------------------------------------------------------
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to