> Have app where they have to login and it is timing out too > soon. What does > the 30 refer to? What unit?
> <cflock type="readonly" timeout="30" scope="session"> > Jason Baird > WebOutsourcing.com > http://www.weboutsourcing.com > 214-570-8336 cflock is measured in seconds -- although as Bruce pointed out, it's not related to the session timeout value in the cfapplication tag... Incidentally I'd recommend trying not to lock anything for more than about 30 seconds if the code will execute with any frequency. s. isaac dealey 972-490-6624 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
