Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
July 21, 2012

Under Accessing and changing session variables,

type="readOnly" should be sufficient.

<cflock timeout=20 scope="Session" type="Exclusive">

    <cfoutput>

        Your shopping cart has #Session.ShoppingCartItems# items.

    </cfoutput>

</cflock>