I discovered the problem with bringing up a file in a directory where it no 
longer resides at another time. It was a ColdFusion file, using IE 6.  The 
pages were not protected by login or any security.  It was just an 
unexplainable problem and so was this. Do you know if my server people could be 
right in that there is no server cache?  And can you tell me if the code for 
application.cfm below is correct?
Thanks,
Lewis
>
><cfcomponent output="false">
>       <cfset this.name="MSFWGrantees">
>       <cfset this.sessionManagement=True>
>       <cfset this.loginstorage="Session">
>       <cfset this.sessiontimeout=createtimespan(0,0,10,0)>
>       <cfset This.clientmanagement = false>
>       <cfset This.applicationtimeout=createtimespan(5,0,0,0)>
>       
><cffunction name="onRequestStart" returntype="boolean" output="true">
>       <cfset REQUEST.datasource="wdsc">
>       <!--- Check to see if the user is logged in,  if not force them to now 
> --->
>       <cfinclude template="ForceUserLogin.cfm">
>       <cfreturn true>
></cffunction>
></cfcomponent>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247735
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to