Hope someone can help - I'm at my wits end here.

I get the below error:

An error has occurred while processing the expression: 
session.siteid=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334 
44455555654321
Error near line 1, column 1.

Symbol session.siteid is in a scope that contains data shared across 
threads and cannot be accessed without an active lock

The error refers to this line

<CFPARAM name="session.siteid" default="0">

I have a lock around it

<CFLOCK TIMEOUT="10" THROWONTIMEOUT="No" TYPE="READONLY" 
SCOPE="SESSION"></CFLOCK>

but still get the error?

Using 4.5.1

Help?

Seamus


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to