In this case it is for 30 seconds. Whatever code is being executed within this lock will timeout in 30 seconds if not successfully processed.
As for your login, did you check your session (or client or application) time value in your cfapplication tag call? Most login sessions we build we use session variables to track the user status. Thus, in the cfapplication tag we use [sessiontimeout="#createtimespan(0,0,10,0)#"] for a 10 minute timeout of their session. Try massaging these numbers to see how long you want their session to last. Good luck, -JSLucido -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Baird Sent: Wednesday, June 18, 2003 11:43 AM To: [EMAIL PROTECTED] Subject: login timing out 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 ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
