I have just created a login process for my app, and locked all my session
variables, yet when I try to login I get an timeout error.
I have enabled Session variables in my administrator, and have set checking
to Full for testing purposes. I have also checked the "Single Threaded
Session" box.
"Timed out while waiting to obtain exclusive access"
This is the piece of code that is causing the error.
<cflock scope="SESSION" type="EXCLUSIVE" timeout="10">
<cfset Session.LoggedIn = 1>
<cfset Session.Groups = "">
<cfloop query="getGroups">
<cfset Session.Groups = ListAppend(Session.Groups,Group_ID,",")>
</cfloop>
</cflock>
Any help is greatly appreciated.
Ali
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists