Hi,

I have an app where once logged in three session vars are set for each
user.

i have locking on them at the moment as such

<cflock scope="session" type="exclusive">
<cfset session.custid = #value#>
</cflock>

<cflock scope="session" type="exclusive">
<cfset session.shipto = #value#>
</cflock>

<cflock scope="session" type="exclusive">
<cfset session.shipid = #value#>
</cflock>

once set the session.custid wont be changed but the shipto and shipid
values can be changed

Is this the best method to use?

cheers

Jamie

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to