Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cflock scope="server" 1

Status
Not open for further replies.

mimi2

Technical User
Joined
Apr 2, 2002
Messages
407
Location
CA
hello,
I know that my questions are elementary, but... I have to ask them.
I have this code in each application.cfm that i have (many folders)
<cflock scope=&quot;server&quot; timeout=&quot;60&quot; type=&quot;ReadOnly&quot;>

<cfset additionalInfo=Server.OS.AdditionalInformation>

</cflock>
I looked everywhere and I don't see a place where additionalInfo is called or used. Does it make sens ?
I didn't find anything about &quot;Server.OS.AdditionalInformation&quot; in my CF documentation.
Thanks again
 
Thanks Tony,
I didn't find anything with this title &quot;Creating_and_Manipulating_Variables&quot;. I will look for it again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top