Thanks for the tip, I tried that, but I'm still getting a timeout error when
the server tries to create an exclusive lock.

Ali

-----Original Message-----
From: Aaron Rouse [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 11:51 AM
To: Ali Awan
Subject: Re: cflock question


I am not sure on your problem, however I do have a pointer on how you set
your groups list.  Why not use the ValueList() function
instead?  Something like:

<cfset Session.Groups = ValueList(getGroups.Group_ID)>

On Thu, 24 May 2001, Ali Awan wrote:

>                       
> <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

Reply via email to