Hi all,

I'm trying to pin down the cause of the following error in the application
log.

"Element is undefined in a Java object of type class
coldfusion.runtime.CookieScope referenced as "

The code it points to is:-

<cfif isdefined("form.email") and len(form.email) and
isdefined("form.password") and len(form.password) and
isdefined("form.remember") and val(form.remember)>
<cfcookie name="email" value="#form.email#" expires="30">
<cfcookie name="password" value="#form.password#" expires="30">
<cfcookie name="remember" value="1" expires="30">
</cfif>

It occurs quite rarely, perhaps 2-3 times a day.

TIA for any suggestions,


Jenny Gavin-Wear
Fast Track Online
Tel: 01262 602013
http://www.fasttrackonline.co.uk/



--
I am using the free version of SPAMfighter.
We are a community of 7 million users fighting spam.
SPAMfighter has removed 5838 of my spam emails to date.
Get the free SPAMfighter here: http://www.spamfighter.com/len

The Professional version does not have this message




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348264
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to