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="server" timeout="60" type="ReadOnly">
<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 "Server.OS.AdditionalInformation" in my CF documentation.
Thanks again
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="server" timeout="60" type="ReadOnly">
<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 "Server.OS.AdditionalInformation" in my CF documentation.
Thanks again