Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
GHP #1
Session Variables and CFlock tags
Recently our web site is throwing a lot of 'Timed out while waiting to obtain
exclusive access on session variables'. Does anyone have a clue why this is
happening? When we stop and start the coldfusion software the problem
disappears for a day or two, then we start receiving the same Timed out errors.
All of out cflock tags are coded in the following fashion: <cflock scope =
'Session' timeout = '30' throwontimeout =
'Yes' type = 'Exclusive'> . code using
session variables . </cflock>
GHP Guest
-
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Session Variable problem with CFLOCK
Hi Guys here is my error message: Cannot lock Session scope.CFLock cannot be used to lock the application or session shared scopes without... -
application variables, cflock, and best-practise
i have a number of application variables that i store once but access frequently (a few times per page). the simple question is "should i be... -
Session variables and CFLOCK
I'm working with a simple example using CFLOCK to set a variable's scope to session and then access that session variable from another page. But... -
cflock and session variables
Do I need to lock code that checks if a session is defined? Which one of these is the correct approach? <cflock scope="session" type="exclusive"... -
irvin #2
Re: Session Variables and CFlock tags
Big problem, without a clear answer.
see this thread at Crystaltech.com:
[url]http://www.crystaltech.com/forum/topic.asp?TOPIC_ID=10605[/url]
--
Irvin
-------------------------
[url]http://www.pixel69.com[/url]
"GHP" <jsalla@thehealthplan.com> wrote in message
news:cvvb3o$c0q$1@forums.macromedia.com...> Recently our web site is throwing a lot of 'Timed out while waiting to
> obtain
> exclusive access on session variables'. Does anyone have a clue why this
> is
> happening? When we stop and start the coldfusion software the problem
> disappears for a day or two, then we start receiving the same Timed out
> errors.
> All of out cflock tags are coded in the following fashion: <cflock scope
> =
> 'Session' timeout = '30' throwontimeout =
> 'Yes' type = 'Exclusive'> . code using
> session variables . </cflock>
>
irvin Guest



Reply With Quote

