OK...but won't this session variable always be "1" when the application.cfm is loaded again? Do I have to set the variable to "2" once I output what I want for the first time.
I'm missing something here... At 07:02 AM 3/20/2002 -0500, you wrote: >When they get logged in, set a flag in application.cfm, such as a session >session.beenHereBefore = 1, then in your index page check the value of the >variable and output accordingly. > >HTH, >Mike > >-----Original Message----- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 20, 2002 7:07 AM >To: CF-Talk >Subject: Re: Running code just one time > > >Hi, > >This is regarding a post from yesterday. Maybe I didn't explain it >properly. I had mentioned a custom tag but for now >lets just forget about it. > >I am running IIS on NT 4. All users have accounts on the system. In IIS >under the "Default Web Site Properties" I went into >the "Directory Security" tab and disabled the "Anonymous Access" and >enabled the "NT Windows Challenge/Response" only. > >Now when users try to access the web page they are prompted with a >username/password Windows authentication dialog. > >If the correct username/password are entered the user is redirected to my >index.cfm file. > >This is what I would like to do. > >Within my index.cfm or application.cfm file I want to check if this is the >first time that the index.cfm file is loaded. If so, do something otherwise >do nothing. > >Below is just an example... > > >index.cfm or application.cfm >-------------------------------------- > >- Check to see if this is the first time index.cfm file is loaded (at login >time) > > - If so dump some test > <p>Logged in</p> > > > If index.cfm is loaded any other time do nothing > > >I'm not sure how to incorporate this? > > > >+--------------------------------------------------------------------------- >--------+ > >Philip Humeniuk >[EMAIL PROTECTED] >[EMAIL PROTECTED] >+--------------------------------------------------------------------------- >---------+ > > > > ______________________________________________________________________ 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

